1.10.0 ā€¢ Published 1 year ago

@appeel.io/create-project v1.10.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1.9.0

1 year ago

1.8.0-beta.6

1 year ago

1.8.0-beta.5

1 year ago

1.8.0-beta.4

1 year ago

1.10.0

1 year ago

1.8.2

1 year ago

1.8.0-beta.3

1 year ago

1.8.1

1 year ago

1.8.0-beta.2

1 year ago

1.8.0-beta.1

1 year ago

1.8.0

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.7.0-beta.5

1 year ago

1.7.0-beta.4

1 year ago

1.7.0-beta.3

1 year ago

1.7.0-beta.2

1 year ago

1.7.0-beta.1

1 year ago

1.6.0-beta.2

1 year ago

1.6.0

1 year ago

1.6.0-beta.1

1 year ago

1.5.0-beta.2

1 year ago

1.5.0

1 year ago

1.5.0-beta.1

1 year ago

1.4.0

1 year ago

1.4.0-beta.1

1 year ago

1.3.0-beta.3

1 year ago

1.3.0

1 year ago

1.3.0-beta.2

1 year ago

1.3.0-beta.1

1 year ago

1.2.1

1 year ago

1.2.1-beta.1

1 year ago

1.0.0-beta.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago