Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.