Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@appeel.io/create-project
Advanced tools
@appeel.io/create-project
🏗 CLI to bootstrap new projects
Check the README's of following supported templates:
npm init @appeel.io/create-project
# or
npx @appeel.io/create-project
create-project my-app
: will ask you some questions and create a new project in my-app
folder.create-project -y
: will ask you no questions and install the project in current directory using defaults:
create-project my-app --install --template <name>
: will ask you some questions and create a new project in my-app
folder, with the chosen template (if available) and will install your node_modules automatically.To try this Node cli package locally:
This will run npm link
(to install the package locally) and execute create-project tmp
in this repo. (this tmp project is GIT-ignored).
Feel free to run create-project
anywhere you want. Make sure to always run npm link
in this repo to update the local package.
MIT
FAQs
A CLI to bootstrap my new projects
We found that @appeel.io/create-project demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.