Skip to content

Westsi/CommandLineTools

Repository files navigation

CommandLineTools (CMDTOOLS)

A collection of useful command line tools that I have made at points. NOTE!! The folder names are not the language that the tool is written in, but the language that the tool aims to help.

GitHub repo size GitHub GitHub contributors GitHub Workflow Status

Current Contents

  • C New Module (cnm)
  • C Compile Recursively (ccr)

Installation

Install CommandLineTools by downloading the release or building from source.

Windows

  $: ./build.bat

Unix

  $: ./build.sh

Usage

CNM

  $: cnm module_name
Parameter Type Description
module_name string Required. The name of the module

CCR

  $: ccr

Make sure to run it in the directory that you want the compiled executable to be in.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.

Roadmap

  • Linux/Mac build script

  • More tools

Authors

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages