https://github.com/casey/practicum
https://github.com/casey/practicum
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casey/practicum
- Owner: casey
- Created: 2016-06-14T04:35:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T03:39:30.000Z (about 10 years ago)
- Last Synced: 2025-02-14T01:18:25.678Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# practicum
## contents
```
/p # the p command wrapper
/command # the p command cargo project
/modules # the modules
/workspace # a symlink to whatever you're working on
/solutions # solutions (the user's work)
```
## commands
```
p list # list all modules
p list MODULE # list exercises in a module
p info MODULE # get info on a module
p start MODULE # start working on a module
p start MODULE EXERCISE # start working on an exercise
p status # show your current status
p next # go to the next exercise
```
## ideas for modules
- shell
- git
- vim
- python
- rust
- testing - write tests instead of solutions
## wishlist
- contribution to command and modules should be supported by tooling
- rcers might be interested in helping