This website requires JavaScript.
Explore
Help
Register
Sign In
christianlight
/
tutor
Watch
6
Star
0
Fork
0
You've already forked tutor
mirror of
https://github.com/ChristianLight/tutor.git
synced
2024-11-15 17:47:13 +00:00
Code
Issues
Releases
Activity
3b108d21de
tutor
/
bin
/
main
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tutor v3 complete rewrite Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
2019-01-22 20:25:04 +00:00
#!/usr/bin/env python3
Move command modules to dedicated directory
2019-05-11 19:20:09 +00:00
from tutor.commands.cli import main
Tutor v3 complete rewrite Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
2019-01-22 20:25:04 +00:00
main()
Copy Permalink