
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
bootstrap-project-cli
Advanced tools
The Bootstrap Project CLI is a command-line interface tool that helps you quickly bootstrap new projects with customizable templates and with options to customize your project.
The Bootstrap Project CLI is a command-line interface tool to help you quickly bootstrap new projects with customizable templates.
Prerequisites
You need to have node and npm installed on your machine so make sure to check if it's installed by running :
node -v
npm -v
You can install the Bootstrap Project CLI globally using npm:
npm install -g bootstrap-project-cli
Or just locally :
npm install bootstrap-project-cli
To create a new project, run the following command:
bootstrap-project <project-name>
Or just run:
bootstrap-project
To have a help for each steps (with a real wizard 🧙♂️), this will let you choose your template, your dependencies.
The Bootstrap Project CLI provides several project templates to choose from :
To choose a template, pass the --template flag followed by the name of the template you want to use. The default template is javascript.
You can also pass additional options to customize your project using flags :
--git : Initialize a Git repository--husky : Initialize Husky Git hooks--prettier : Initialize Prettier code formatter--eslint : Initialize Eslint Javascript linter--template : Choose a project template. The default is JavaScript.--yes : Skip prompts and use default optionsFor example, to create a new TypeScript project with Git and Husky, you can run :
bootstrap-project my-typescript-project --git --husky --template typescript
Or just run:
bootstrap-project
And you can choose typescript for the template, git and husky in the helping wizard 🧙♂️.
Contributions are welcome ! If you want to contribute, please follow these steps:
Please make sure your code follows the existing coding style before submitting a pull request.
This project is licensed under the MIT License.
FAQs
The Bootstrap Project CLI is a command-line interface tool that helps you quickly bootstrap new projects with customizable templates and with options to customize your project.
We found that bootstrap-project-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.