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.
- Host: GitHub
- URL: https://github.com/hrbrmstr/create-webr-cli
- Owner: hrbrmstr
- Created: 2023-11-22T03:53:26.000Z (about 2 years ago)
- Default Branch: batman
- Last Pushed: 2023-11-22T10:56:13.000Z (about 2 years ago)
- Last Synced: 2025-01-16T02:47:34.363Z (12 months ago)
- Topics: cli, node-cli, node-js, r, rstats, webr
- Language: JavaScript
- Homepage: https://gitlab.com/hrbrmstr/create-webr-cli
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-webr-cli
 
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`.