create-ts-index

v1.14.0
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

lint

eslint --ext ts,tsx ./src/*

start

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

prewebpack:dev

npm run clean

webpack:dev

cross-env NODE_ENV=production webpack --config webpack.config.dev.cjs

webpack:prod

cross-env NODE_ENV=production webpack --config webpack.config.prod.cjs

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
npm i create-ts-index

Metadata

  • MIT
  • Whatever
  • ByungJoon Lee
  • released 12/22/2021

Downloads

Maintainers