@bizhermit/starter
v3.0.0
Published
typescript project starter
Downloads
94
Maintainers
Readme
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.