yyx990803/new — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2014-07-30
Generate a new project instantly from a saved template folder.
Standardize your own boilerplate for repeated project types like React apps.
Customize project names or author details via Handlebars placeholders during scaffolding.
Skip repetitive manual setup of folder structure and config files.
| yyx990803/new | adguardteam/recovery | adm1nsys/safari-ai-extension | |
|---|---|---|---|
| Stars | 8 | 8 | 8 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2014-07-30 | 2018-03-16 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Not published as an npm package, clone and run locally, and you must create your own templates first.
This is a lightweight tool for quickly setting up new projects from templates. Instead of manually creating the same folder structure and files every time you start a project, you can run a single command, like new my-project, and it generates everything for you based on a pre-built template. It's similar to Yeoman, a popular scaffolding tool, but much simpler and built for one person's specific workflow. The way it works is straightforward. You store your project templates in a folder on your computer (by default, a folder called _templates in your home directory). Each template is just a folder containing the files and structure you want in your new project. When you run the new command, it looks up the template you asked for and uses a tool called Handlebars to process any placeholders in those template files, letting you customize things like project names or author details, before copying everything into your new project folder. You'd use this if you find yourself creating similar project structures over and over. For example, if you frequently start new React apps with the same folder layout, dependencies list, and configuration files, you'd create one template once and then reuse it instantly. Instead of spending ten minutes setting up boilerplate each time, you just run new react-app and you're ready to code. It's purely a personal productivity tool, not published as an npm package, so it's meant for developers who want a no-fuss way to standardize their own project setup process. The project trades sophistication for simplicity. It doesn't have a UI, doesn't manage dependencies automatically, and isn't designed for teams or public use. It just does one thing: load a folder of template files and run them through Handlebars templating. If you need something more full-featured or shareable with your team, something like Yeoman might be a better fit.
A lightweight personal scaffolding tool that generates a new project from a local template folder using a single command and Handlebars templating.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Handlebars.
Dormant — no commits in 2+ years (last push 2014-07-30).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.