/storm-cli

a cli scaffold with typescript and node

Primary LanguageTypeScript

storm-cli

what does this package do?

basic command

Usage: storm [options] [command]

Options:
  -v --version  output the version number
  -h, --help    output usage information

Commands:
  init          storm init
  • quickly init a react and typescript template project
storm init demo
cd demo
npm install

then you got it!