An open API service indexing awesome lists of open source software.

https://github.com/casey/practicum


https://github.com/casey/practicum

Last synced: 8 months ago
JSON representation

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