ts-creator

v1.2.0-173bb449
A code generator to generate TypeScript code generator from TypeScript code

build

cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production webpack --config webpack.config.js

dev

cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.config.js -w

test

cross-env NODE_OPTIONS=--max_old_space_size=4096 gulp --gulpfile gulpfile.test.js

lint

prettier --config ./prettier.json --list-different ./types/**/* ./src/**/* ./tests/**/* ./gulpfile.test.js ./webpack.config.js ./update-next.js

prettier

prettier --config ./prettier.json --write ./types/**/* ./src/**/* ./tests/**/* ./gulpfile.test.js ./webpack.config.js ./update-next.js

coverage

cross-env NODE_OPTIONS=--max_old_space_size=4096 nyc gulp --gulpfile ./gulpfile.test.js coverage

Metadata

  • MIT
  • Whatever
  • kingwl
  • released 2/13/2019

Downloads

Maintainers