Skip to content
/ cli Public

Command-line interface for students at the department of computer science at AAU.

Notifications You must be signed in to change notification settings

AAU-Dat/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAU CLI

By students, for students. aau is a command-line utility for students at AAU, that makes project management a little easier.

Commands

The commands and structure is shown in the diagram below. Dotted lines represent command options.

flowchart

aau-->setup
aau-->project

setup-.->semester["semester=1-10"]
setup-.->nogh["--no-github"]
setup-.->novsc["--no-vscode"]

project-->create
project-->init
project-->agenda
project-->mom

create-.->path["path"]
init-.->path["path"]
agenda-.->tex["--tex"]
mom-.->tex
Loading

All commands can also end with --help to explain the command, subcommands and options.

Project goals

aau has the following goals:

  • Standardize setup of development environment.
  • Automate project startup and administrative processes.
  • Provide templates for the report, agenda, minutes(MoM), and settings.
  • Be user friendly and extensible; education at AAU changes all the time.

Todo

  • Commands for authorization with AAU and GitHub.
  • Standard LaTeX report template.
  • Standard LaTeX and Markdown agenda and minutes template.
  • Standard LaTeX and Markdown group and supervisor contract templates.
  • Consider support for exporting to html/pdf (pandoc?).

About

Command-line interface for students at the department of computer science at AAU.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages