Scaffold a new Supercharge application with one command
Follow @marcuspoehls and @superchargejs for updates!
This is the entrypoint to scaffold a new Supercharge application. This repository follows the requirements of npm init to simply initialize a project using a single command:
npm init @supercharge/app your-app-name
This command creates a your-app-name
directory in your current working directory and scaffolds a new Supercharge application inside of that folder:
We appreciate your contribution! Have an idea what we can add to this application? Please send in a pull request 😊
- Create a fork
- Create your feature branch:
git checkout -b my-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🚀
superchargejs.com · GitHub @supercharge · Twitter @superchargejs