cspell-tools

v4.0.4
Tools to assist with the development of cSpell
cSpell Word List Compiler

build

tsc -p .

watch

tsc -p . -w

clean-build

npm run clean && npm run build

clean

rimraf dist && rimraf temp

coverage

NODE_ENV=test nyc --silent --no-clean --temp-dir=../../.nyc_output npm run test-ts

lint

tslint --project tsconfig.json

test-ts

NODE_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive "src/**/*.test.ts"

test-watch

../../node_modules/.bin/mocha --require ts-node/register --watch --recursive "src/**/*.test.ts"

test

mocha --recursive ./dist/**/*.test.js

Metadata

  • MIT
  • >=10.0.0
  • Jason Dent
  • released 5/17/2019

Downloads

Maintainers