avil13-co

v2.1.5
## Simplest way for use "git checkout"
git git checkout cli

prepublishOnly

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

vitest run

test:watch

vitest

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 4/25/2022

Downloads

Maintainers