@boot-start/cli
v1.2.0
Published
A CLI to bootstrap different new projects by just single line commands.
Downloads
3
Maintainers
Readme
Create different projects on any framework on just a single line command. Supporting frameworks :-
Stay calm more frameworks comming soon...
How to install
Run npm -g install @boot-start/cli
or npm -g i @boot-start/cli
to install BootStart.
Following commands are there to interact with BootStart CLI.
#~ bs
or #~ bootstart
-- Entry command.
#~ bs [framework] [template]
or #~ bootstart [framework] [template]
-- Entry command.
--yes
or -y
-- Yes.
--git
or -g
-- To initialize empty git Repository.
--install
or -i
-- To install package dependencies.
To Contact :
To get more help on the BootStart CLI use bs --help
or bootstart --help
else go check out the BootStart CLI Overview and Command Reference page.