https://github.com/chenasraf/templates
Various templates for use with Simple Scaffold
https://github.com/chenasraf/templates
Last synced: about 2 months ago
JSON representation
Various templates for use with Simple Scaffold
- Host: GitHub
- URL: https://github.com/chenasraf/templates
- Owner: chenasraf
- Created: 2023-11-27T23:23:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T07:04:55.000Z (about 1 year ago)
- Last Synced: 2025-03-31T08:22:21.844Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Scaffold Templates
A set of generator templates for use with
[Simple Scaffold](https://github.com/chenasraf/simple-scaffold).
## Usage
No need to install anything but Node.
Run these commands to generate scaffolds of various types
```shell
npx simple-scaffold@latest -g chenasraf/templates -k
# list all available templates:
npx simple-scaffold@latest -g chenasraf/templates list
```
### Examples
```shell
# react component
npx simple-scaffold@latest -g chenasraf/templates -k react.atom MyButton
# editorfiles (prettier, editorfile, eslintignore, etc)
npx simple-scaffold@latest -g chenasraf/templates -
```
## Available Scaffolds
- **react**
Available types: atom, molecule, organism, page, utils\*
\* Name is ignored, use anything
- **editorfiles**
.editorfile, prettier config, and eslint.config.mjs
- **github**
Generic files for GitHub, regardless of project type - e.g. FUNDING.yml
- **github-pnpm**
GitHub workflows and a semantic-release config for new projects.