genry

Genry CLI

Usage no npm install needed!

<script type="module">
  import genry from 'https://cdn.skypack.dev/genry';
</script>

README

Genry · CLI · GitHub license npm version

🏗️ Scaffolding Tool

Generating some code and structure:

Tempaltes on JavaScript and TypeScript:

  • Configurable throught .genryrc config
  • Shared templates by NPM (node_modules)
  • Formatted code by Prettier
  • Prompts by Prompts

Installation & Usage

Sample

# 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