front-cli-p
v1.0.2
Published
To create a new project, run `front-cli <project-name> <template-name> `
Downloads
5
Readme
Front-CLI
Package Installation
npm i front-cli-p -g
Command
front-cli <project_path> <template_name>
eg:
front-cli my-vite vitejs
I often feel bored and frustrated when installing frameworks like Vite.js and Next.js because they ask a lot of questions during the setup process. Additionally, I find it difficult to remember the specific commands needed for each framework.
To simplify this process, I decided to create a simple Node.js CLI application that allows me to install both Vite.js and Next.js projects with a single command.
Custom Commands
You can add your custom commands in commands.js file.
Bug Fixes
- Fix empty directory installation failure.
- Fix current directory installation failure.
Todo
- ThreeJs with Vite plug custom Config. and Basic BoilerPlate
Built by Prootv890