https://github.com/riot/cli
Riot.js command line tool
https://github.com/riot/cli
Last synced: 9 months ago
JSON representation
Riot.js command line tool
- Host: GitHub
- URL: https://github.com/riot/cli
- Owner: riot
- License: mit
- Created: 2015-06-06T22:16:29.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T21:47:17.000Z (over 2 years ago)
- Last Synced: 2024-10-30T01:37:50.563Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 46
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Riot cli
[](https://github.com/riot/cli/)
Command line tool to precompile riot tags
[![Build Status][ci-image]][ci-url]
[![Code Quality][codeclimate-image]][codeclimate-url]
[![NPM version][npm-version-image]][npm-url]
[![NPM downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
[![Coverage Status][coverage-image]][coverage-url]
## Important
If you are using Riot.js < 4.0.0 please check the [legacy branch](https://github.com/riot/cli/tree/legacy)
## Installation
`npm install @riotjs/cli -g`
## Usage
`riot --help`
[ci-image]: https://img.shields.io/github/actions/workflow/status/riot/cli/test.yml?style=flat-square
[ci-url]: https://github.com/riot/cli/actions
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
[license-url]: LICENSE
[npm-version-image]: http://img.shields.io/npm/v/@riotjs/cli.svg?style=flat-square
[npm-downloads-image]: http://img.shields.io/npm/dm/@riotjs/cli.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@riotjs/cli
[coverage-image]: https://img.shields.io/coveralls/riot/cli/main.svg?style=flat-square
[coverage-url]: https://coveralls.io/r/riot/cli/?branch=main
[codeclimate-image]: https://api.codeclimate.com/v1/badges/1409ace7dbefdb5da35a/maintainability
[codeclimate-url]: https://codeclimate.com/github/riot/cli