genry
v0.16.0
Published
Genry CLI
Downloads
11
Readme
Genry · CLI ·
🏗️ 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
Installation & Usage
# NPX
npx genry
# NPM
npm i genry -g
genry
Documentation
Documentation is in progress, but you can see examples
Examples
Contributing
Installation
yarn install
Start
yarn workspace genry watch