kylecods / code_organiser

Organise your projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Organiser

A command line tool that generates starter templates for various programming language projects. Currently supports generatation of C project template that will utilise cmake. It is a work in progress.

Usage

You can start by running help to get all the available commands:

org help

Available commands:

  • generate

To generate a simple template run the following:

org generate hello-world

To get more detailed information of what is happening:

org generate --verbose hello-world

About

Organise your projects


Languages

Language:Dart 100.0%