https://github.com/choojs/choo-choo
🎓 learn choo from the command line!
https://github.com/choojs/choo-choo
Last synced: 12 months ago
JSON representation
🎓 learn choo from the command line!
- Host: GitHub
- URL: https://github.com/choojs/choo-choo
- Owner: choojs
- License: agpl-3.0
- Created: 2017-11-02T15:12:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T15:17:38.000Z (over 8 years ago)
- Last Synced: 2025-05-29T03:44:51.612Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 283 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# choo-choo
[](https://travis-ci.org/choojs/choo-choo)
[](https://npm.im/choo-choo)
[](https://standardjs.com)
A [workshopper] that teaches you about [choo].
## Installation
You need the latest stable [Node.js] release to run this workshopper!
```sh
npm install -g choo-choo
```
Then, just run `choo-choo`, select the first exercise, and you're good to go!
## Work In Progress
This workshopper is in active development. There's currently only a couple of
exercises, but we're working on pushing out more. If you want to help out,
have a look at [how to contribute](#contributing)!
## Contributing
In order to get a basic local setup:
```
git clone https://github.com/choojs/choo-choo
cd choo-choo
npm install
```
It's recommended that you run `npm link` so that you can use the `choo-choo`
command globally, but still symlinked to your development folder. This makes
testing exercises much easier.
- `npm test`: runs the standard style linter
## Maintainers
- Olivia Hugger ``
## License
GNU AGPL 3, see [LICENSE](./LICENSE)
[workshopper]: https://nodeschool.io/#workshoppers
[choo]: https://choo.io
[Node.js]: https://nodejs.org