Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossforlife/starters
Templates for various frameworks.
https://github.com/fossforlife/starters
Last synced: about 6 hours ago
JSON representation
Templates for various frameworks.
- Host: GitHub
- URL: https://github.com/fossforlife/starters
- Owner: FOSSforlife
- Created: 2024-03-04T20:27:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T06:17:23.000Z (4 months ago)
- Last Synced: 2024-06-27T07:31:39.867Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Templates for various frameworks.
## Usage
### Initial setup
```bash
git clone https://github.com/FOSSforlife/starters
cd starters
npm i
```### Scaffolding a new project
```bash
tsx starters/scaffold.mts
```This will guide you through choosing a template, naming your project, and auto-running `npm install` if necessary.