1.9.0-beta.2 • Published 4 years ago

@ribajs/cli v1.9.0-beta.2

Weekly downloads
26
License
MIT
Repository
-
Last release
4 years ago

Riba CLI

CLI tool to generate Riba projects and architecture elements.

Description

In order to help people manage their projects, the CLI tool has been created. It helps on many grounds at once, from scaffolding the project to build well-structured applications. The Riba CLI is forked from Nest CLI and heavily based the @angular-devkit package. Also, there're special schematics that are dedicated to the Riba development @ribajs/schematics.

Installation

npm install @ribajs/cli

Development

Debugging

We are using the debug module for the debugging output.

To see the debugging output set the DEBUG environment variable:

DEBUG=* riba g component my-new-web-component

In order to debug the cli, you need to run with node in debugging mode:

node --inspect-brk $(which riba) g component my-new-web-component

Schematics

If you work on the schematics you can use your local package by running:

npm link @ribajs/schematics

Support / Donations

If you want to support Riba development, please consider donating (it helps me keeping my projects active and alive!):

https://www.paypal.me/artandcode https://www.paypal.me/artandcode

License

FOSSA Status