https://github.com/smooth-code/smooth-code-cli
Smooth code utility for training exercises 👨🏻🏫
https://github.com/smooth-code/smooth-code-cli
Last synced: 6 months ago
JSON representation
Smooth code utility for training exercises 👨🏻🏫
- Host: GitHub
- URL: https://github.com/smooth-code/smooth-code-cli
- Owner: smooth-code
- License: mit
- Created: 2017-07-25T13:17:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T14:25:03.000Z (over 5 years ago)
- Last Synced: 2025-04-23T02:36:43.187Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.smooth-code.com/
- Size: 79.1 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# smooth-code-cli
Smooth code utility for training exercises.
## Install
```
npm install -g smooth-code-cli
```
## Usage
```
Usage: smooth-code [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init Go to the beginning of exercise
start Go to the beginning of an exercise
end Go to the end of an exercise
solution Get the solution of an exercise
tag Tag all exercises [only for trainer]
```
## License
MIT