create-ts-index

v1.13.6
Automatic create index.ts file

test

cross-env NODE_ENV=develop DEBUG=cti:*,ctit:* jest --runInBand

win

npx cross-env NODE_ENV=develop DEBUG=ctit:* jest --runInBand

debug

node --nolazy --inspect-brk=9229 ./node_modules/.bin/jest --runInBand

start

node -r ts-node/register ./src/cti.ts

webpack:prod

NODE_ENV=production webpack --config webpack.config.prod.js

webpack:dev

NODE_ENV=production webpack --config webpack.config.dev.js

dbgstart

DEBUG=cti:* node -r ts-node/register --nolazy --inspect-brk=9229 ./src/cti.ts

prebuild

npm run clean

build

tsc

clean

rimraf ./dist

prepub

npm run clean && npm run webpack:prod

pub

npm publish --registry http://localhost:8901 --force

prepub:prod

npm run clean && npm run webpack:prod

pub:prod

npm publish

Metadata

  • MIT
  • Whatever
  • ByungJoon Lee
  • released 9/15/2020

Downloads

Maintainers