mirror of
https://github.com/chenasraf/templates.git
synced 2026-05-17 17:38:07 +00:00
master
Simple Scaffold Templates
A set of generator templates for use with Simple Scaffold.
Usage
No need to install anything but Node.
Run these commands to generate scaffolds of various types
npx simple-scaffold@latest -g chenasraf/templates -k <key> <name>
# list all available templates:
npx simple-scaffold@latest -g chenasraf/templates list
Examples
# 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.
Description
Languages
JavaScript
62%
TypeScript
38%