1.2.7 • Published 3 years ago

@lofty87/cli v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@lofty87/cli

boilerplate cli for lofty87 project (backend, frontend, playground based on typescript).

- npx

npx @lofty87/cli [-i] [--ignore-naming-rules] [-h] [-V] <project-name>

- npm

npm install -g @lofty87/cli

lofty87-cli [-i] [--ignore-naming-rules] [-h] [-V] <project-name>

Options

project name should follow npm package naming rules,

but you can also use -i or --ignore-naming-rules option to avoid following npm package naming rules.


Development

1. work and build

npm run start:dev

2. clean

  • run 'npm uninstall -g' script.
npm run clean