https://github.com/supercharge/create-app
Set up a new Supercharge TypeScript project with one command
https://github.com/supercharge/create-app
Last synced: over 1 year ago
JSON representation
Set up a new Supercharge TypeScript project with one command
- Host: GitHub
- URL: https://github.com/supercharge/create-app
- Owner: supercharge
- License: mit
- Created: 2021-07-13T03:20:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T13:44:25.000Z (over 3 years ago)
- Last Synced: 2025-02-11T05:17:53.477Z (over 1 year ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Create a Supercharge App
Scaffold a new Supercharge application with one command
Follow @marcuspoehls and @superchargejs for updates!
---
## Create a Supercharge App
This is the entrypoint to scaffold a new Supercharge application. This repository follows the requirements of [npm init](https://docs.npmjs.com/cli/v7/commands/npm-init) to simply initialize a project using a single command:
```bash
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:
## Contributing
We appreciate your contribution! Have an idea what we can add to this application? Please send in a pull request 😊
1. Create a fork
2. Create your feature branch: `git checkout -b my-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request 🚀
---
> [superchargejs.com](https://superchargejs.com)  ·Â
> GitHub [@supercharge](https://github.com/supercharge/)  ·Â
> Twitter [@superchargejs](https://twitter.com/superchargejs)