cspell-tools

v2.0.0
Tools to assist with the development of cSpell
cSpell Word List Compiler

build

tsc -p .

watch

tsc -p . -w

clean

rimraf dist ; rimraf temp

lint

tslint --project tsconfig.json

test-ts

NODE_ENV=test mocha --compilers ts:ts-node/register --recursive --bail "src/**/*.test.ts"

test-watch

npm run build && mocha --compilers ts:ts-node/register --watch --recursive "src/**/*.test.ts"

test

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

Metadata

  • MIT
  • >=8.0.0
  • Jason Dent
  • released 10/28/2017

Downloads

Maintainers