Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Latest commit

 

History

History
59 lines (44 loc) · 1.96 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.96 KB

RNA logo

RNA • A CLI to rule them all.

Documentation link Source link Authors link NPM License


Requisites

Install

$ yarn global add @chialab/rna-cli

Usage

$ rna --help

Docker

RNA is also available as a Docker image on the official Docker Hub.

$ docker run chialab/rna-cli rna --version

Commands

  • init - Setup a new project.
  • build - Build the project.
  • serve - Setup a server for your project.
  • lint - Lint your source files.
  • unit - Run project unit tests.
  • publish - Publish to NPM.
  • documentate - Generate API references.
  • config - Set RNA cli configuration.

License

RNA is released under the MIT license.