tinkerise
The unified CLI scaffolding tool that wraps official framework scaffolders.
Start here
Section titled “Start here”If you are new to tinkerise, follow this path:
- Install the CLI
- Scaffold your first project with guided prompts
- Run your app and understand what was generated
Read the full tutorial: Getting Started
Recommended docs by goal
Section titled “Recommended docs by goal”- I want to get running quickly: Getting Started
- I need command and flag details: Command Reference
- I want real-world workflows: Recipes
- I want terminal walkthroughs before trying commands: Terminal Demos
Install command
Section titled “Install command”npm install -g tinkeriseAfter install, run the interactive flow with:
tinkeriseThen use these deeper sections:
- Framework-specific setup: Scaffolder Guides
- Tooling modules (ESLint, Docker, CI, etc.): Enhancement Guides
- Recorded command walkthroughs: Terminal Demos
- Full command and flag lookup: Command Reference
- End-to-end combinations: Recipes
Popular starting points
Section titled “Popular starting points”- Build a web app: Next.js guide
- Start a backend API: Express guide
- Add quality tooling: ESLint enhancement