An open API service indexing awesome lists of open source software.

https://github.com/hrbrmstr/create-webr-cli

🕸️ A helper utility to make it easer to bootstrap a WebR + Node.JS CLI app.
https://github.com/hrbrmstr/create-webr-cli

cli node-cli node-js r rstats webr

Last synced: 10 months ago
JSON representation

🕸️ A helper utility to make it easer to bootstrap a WebR + Node.JS CLI app.

Awesome Lists containing this project

README

          

# create-webr-cli

![npm](https://img.shields.io/npm/v/create-webr-cli) ![license](https://img.shields.io/badge/license-MIT-success)

A helper utility to make it easer to bootstrap a WebR + Node.JS CLI app.

```bash
$ npm install -g create-webr-cli
$ create-webr-cli test-cli
Template project created successfully in /path/tp/test-cli
$ cd test-cli
$ npm install
$ just pkgs
$ node index.mjs
R version 4.3
7, 6, 9, 2, 10, 1, 3, 4, 5, 8
```

Change the necessary bits in `package.json` to make this yours. Consider adding a good `.gitignore`.