https://github.com/devOpifex/ambiorix-cli
Command line interface for ambiorix
https://github.com/devOpifex/ambiorix-cli
r rstats webframework
Last synced: 3 months ago
JSON representation
Command line interface for ambiorix
- Host: GitHub
- URL: https://github.com/devOpifex/ambiorix-cli
- Owner: devOpifex
- Created: 2020-09-16T14:45:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T20:39:34.000Z (over 3 years ago)
- Last Synced: 2024-11-27T11:37:07.636Z (10 months ago)
- Topics: r, rstats, webframework
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ambiorix-cli
- Size: 26.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - devOpifex/ambiorix-cli - Command line interface for ambiorix (JavaScript)
README
# ambiorix-cli
Command line interface for [ambiorix](https://ambiorix.john-coene.com).
## Install
Install globally.
```bash
npm install ambiorix-cli -g
```## Usage
Creates application skeleton in `myapp` directory, wraps the [generator](https://github.com/JohnCoene/ambiorix.generator)
```bash
ambiorix-cli create-basic myapp
ambiorix-cli create-bootstrap myapp
ambiorix-cli create-vue myapp
```Starts & stop the application.
```bash
ambiorix-cli start
ambiorix-cli start 5000
ambiorix-cli stop
```Add templates.
```bash
ambiorix-cli template-basic homepage
ambiorix-cli template-bootstrap homepage
```Install R packages
```bash
ambiorix-cli install
ambiorix-cli install-generator
```