Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/globeandmail/startr-cli
A command-line scaffolder for the startr R project template
https://github.com/globeandmail/startr-cli
data-analysis data-journalism data-visualization journalism r
Last synced: 16 days ago
JSON representation
A command-line scaffolder for the startr R project template
- Host: GitHub
- URL: https://github.com/globeandmail/startr-cli
- Owner: globeandmail
- License: mit
- Created: 2019-04-12T21:51:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:32:58.000Z (12 months ago)
- Last Synced: 2024-08-09T02:16:53.762Z (4 months ago)
- Topics: data-analysis, data-journalism, data-visualization, journalism, r
- Language: JavaScript
- Size: 215 KB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - globeandmail/startr-cli - A command-line scaffolder for the startr R project template (JavaScript)
README
# startr-cli
A command-line scaffolder for the [**`startr`**](https://www.github.com/globeandmail/startr) R project template. This will pull down the latest version of `startr` from GitHub, rewrite some project variables to your specified project name and initialize a fresh git repository.
![startr-cli interface GIF](http://i.imgur.com/4qtiJar.gif)
### Installation instructions
Make sure you have Node.js >= v14.19 (consider using [NVM](https://github.com/creationix/nvm)), then just:
```bash
npm install -g startr-cli
```### How to use
Just run `create-startr` in the directory you want your project in, then follow the prompts.
### License
startr-cli © 2019 The Globe and Mail. It is free software, and may be redistributed under the terms specified in our MIT license.
### Get in touch
If you've got any questions, feel free to send us an email, or give us a shout on Twitter:
[![Michael Pereira](https://avatars0.githubusercontent.com/u/212666?v=3&s=200)](https://github.com/monkeycycle) | [![Tom Cardoso](https://avatars0.githubusercontent.com/u/2408118?v=3&s=200)](https://github.com/tomcardoso)
---|---
[Michael Pereira](mailto:[email protected])
[@__m_pereira](https://www.twitter.com/__m_pereira) | [Tom Cardoso](mailto:[email protected])
[@tom_cardoso](https://www.twitter.com/tom_cardoso)