Releases: scalacenter/course-management-tools
Releases · scalacenter/course-management-tools
1.0.3
Release 1.0.3
1.0.2
This fixes a problem with the release of version 1.0.1 which was built without including a fix in a PR.
1.0.1
Course Management Tools - 1.0.1 🚀
Notable Changes
- #125 Add CMT Documentation website
- Tooling:
- Released via Github Actions to gh-pages
- #127 Rename default branch to main in linearized/studentified repositories
- #139 Add support to init a new CMT master repository via
cmt-mainadm init
based on
a CMT template
Fixes
Installation
You can find the installation instructions here.
Contributors
git shortlog -sn --no-merges 1.0.0..1.0.1
11 Eric Loots
8 Robin Raju
1.0.0
Course Management Tools - 1.0.0 🎉
This is the initial release of Course Management Tools
, a set of command line tools to build and maintain training courses.
The packaged applications are:
- cmt-delinearize
- cmt-linearize
- cmt-mainadm
- cmt-studentify
Notable Changes
- Simple Installation
- Support for Scala 3 (Dotty),
- Play Framework support added
How To Install
- Download and unzip
course-management-tools.zip
- Update system
PATH
tocourse-management-tools/bin
🚀
You may easily update your PATH
using the following commands
If you are using zsh
echo -n 'export PATH=$PATH:[path to course-management-tools/bin]' >> ~/.zshrc
or if you are using bash
echo -n 'export PATH=$PATH:[path to course-management-tools/bin]' >> ~/.bash_profile
Contributors
git shortlog -sn --no-merges 5a894d9..1.0.0
91 Eric Loots
9 Robin Raju
7 Wade Waldron
1 Ignasi Marimon-Clos
1 Ryan Case
1 Sezer Akar
1 Yury Gribkov
1 Craig Pottinger
1 patricenys
1 Enno
1 Eugene Yokota