avil13-co

v1.1.6
## Simplest way for use "git checkout"
git git checkout cli

prepublish

npm run build

start

npm run build && node dist/index.js

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 .

Metadata

  • ISC
  • Whatever
  • Aleksey Pivkin
  • released 2/10/2020

Downloads

Maintainers