
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.
quick-project-cli
Advanced tools
$ npm install -g quick-project-cli
with 1 commands
The quickest way to get started with quick-project is to utilize the executable qp-cli to generate an application as shown below:
Create the app:
$ qp-cli /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Start App
$ npm run dev
Quick-project-cli can also be further configured with the following command line flags.
Usage: qp-cli [options] [dir]
Options:
-V, --version output the version number
--vue add vue.js support
--react add react support
--less add less support(default)
--sass add less support(default is less)
--git add .gitignore
-h, --help output usage information
FAQs
a quick seed project for js or vue or react.etc.
The npm package quick-project-cli receives a total of 3 weekly downloads. As such, quick-project-cli popularity was classified as not popular.
We found that quick-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.