create-ts-index

v1.11.0
Automatic create index.ts file

test

cross-env NODE_ENV=develop DEBUG=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

dexec

DEBUG=cti:* node -r ts-node/register ./src/cti.ts

prebuild

npm run clean

build

tsc

clean

rimraf ./dist

prepub

npm run clean && npm run build

pub

npm publish

Metadata

  • MIT
  • Whatever
  • ByungJoon Lee
  • released 9/17/2019

Downloads

Maintainers