GithubHelp home page GithubHelp logo

uzleo / mproj Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 22 KB

Bash shell script that generates empty C or C++ project templates

License: GNU General Public License v3.0

Shell 100.00%

mproj's Introduction

mproj

Bash shell script that generates empty C or C++ project templates.

About

mproj is a bash shell script that generates an empty C or C++ project that consists of two directories, src and include, and a Makefile.

It can generate the following versions:

  • C language:

    • C89
    • C99
    • C11
  • C++ language:

    • C++98
    • C++11
    • C++14

Installation

You just run it as normal user.

Uninstallation

Just delete the folder.

CLI Usage

mproj.sh [FLAG] <project-name>

In case you forget to insert a project name as your second argument, it defaults to [FLAG]_demo.

Example(s):

    mproj.sh --c89 /tmp/a/directory/of/your/choice
    mproj.sh -c++11 

FLAGS

-h, --help:

It prints this help message and exit.

-c89, --c89

It generates a C project with C89 flag.

-c99, --c99

It generates a C project with C99 flag.

-c11, --c11

It generates a C project with C11 flag.

-c++98, --c++98

It generates a C++ project with C++98 flag.

-c++11, --c++11

It generates a C++ project with C++11 flag.

-c++14, --c++14

It generates a C++ project with C++14 flag.

-v, --version:

Displays project version and License.

License

General Public License version 3.

Disclaimer

This program comes with absolute no warranty. You must use it at your own risk.

mproj's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.