@avil13/create-app

v1.0.8
Simple way for creating node app
create app typescript nodejs package

dev

ts-node --project tsconfig.json src/index.ts

dev:watch

nodemon

lint:fix

eslint --fix --ext .js,.ts .

test

jest

test:watch

jest --watch

type-check

tsc -p . --noEmit

type-check:watch

npm run type-check -- --watch

build

rm -rf ./dist && tsc -p ./tsconfig.prod.json

prepublishOnly

yarn build && npm run create:shebang

create:shebang

echo "#!/usr/bin/node $(cat dist/index.js)" > dist/index.js
npm i @avil13/[email protected]

Metadata

  • MIT
  • Whatever
  • avil13
  • released 3/15/2021

Downloads

Maintainers