@bizhermit/starter

3.0.0 • Public • Published

Typescript project starter

You can begin a Typescript project easily.

No install

npx @bizhermit/starter@latest [dirname] <options>

Install

npm i -g @bizhermit/starter@latest
npx starter [dirname] <options>

dirname develop directory path. default is current working directory.

# start
select project type
- [c]  : cancel
- [mod]: module
- [cli]: command line interface application
- [fas]: frontend application server [ Next.js ]
- [bas]: backend application server  [ Express + Next.js ]
- [web]: web application server      [ Express + Next.js ]
- [dsk]: desktop application         [ Electron + Next.js ]
- [app]: web & desktop application   [ Express + Electron + Next.js ]
- [mob]: mobile application          [ react-native ]
please input (default c) >

Options

  • -t [projectType] If you don't want to conversation, choose a project type.

Package Sidebar

Install

npm i @bizhermit/starter

Weekly Downloads

23

Version

3.0.0

License

MIT

Unpacked Size

115 kB

Total Files

97

Last publish

Collaborators

  • bizhermit