🏗️ Scaffolding Tool
Generating some code and structure:
- CLI (NPM, NPX)
- Called from context menu (VS Code extension, WebStrom external tool)
Tempaltes on JavaScript and TypeScript:
- Configurable throught
.genryrc
config - Shared templates by NPM (
node_modules
) - Formatted code by Prettier
- Prompts by Prompts
-
# NPX npx genry # NPM npm i genry -g genry
-
code --install-extension krickray.genry-vscode
-
WebStorm and others (soon...)
Documentation is in progress, but you can see examples
yarn install
yarn release
- Make optional to use genry package dependency in templates
- IDEA (WebStorm) extension (or external tool runner)
- Quick start
- Using cache
Genry is MIT licensed.