Skip to content

arcanite24/dionisio-cli

Repository files navigation

Dionisio CLI

CircleCI

Command line interface for Dionisio


Features

  • Generate new Dionisio project
  • Scaffold new collections

Installation

npm i -g @epsidev/dionisio-cli

Usage

Create a new project with:

dionisio new dionisio-example

Generate a new collection with:

The CLI will guide you and ask for the required information
dionisio generate collection

Contributing

Please take a look at our contributing guidelines if you're interested in helping!

Notes

  • Based on Hygen and Nest CLI
  • Tests are missing yet :(