Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appeel.io/create-project

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appeel.io/create-project

A CLI to bootstrap my new projects

  • 1.10.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Release

@appeel.io/create-project

🏗 CLI to bootstrap new projects

Templates

Check the README's of following supported templates:

Installation & Usage

npm init @appeel.io/create-project
# or
npx @appeel.io/create-project

Examples of usage

  • 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:
    • GIT: true (will init GIT and create initial commit)
    • Template: nuxt-storyblok
  • 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.

Contribution guide

Local development

To try this Node cli package locally:

  • npm install
  • npm run try

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.

Usefull resources

License

MIT

Keywords

FAQs

Package last updated on 17 Nov 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc