Skip to content

A small command line tool to create a C/C++ directory structure and a Makefile

License

Notifications You must be signed in to change notification settings

juanpabloaj/cinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cinit

Create a c/c++ directory structure.

Install

pip install cinit

Usage

To create a src and include directory with a Makefile

$ cinit
Creating directory: src
Creating directory: include
Generating Makefile
$ tree
.
├── Makefile
├── include
└── src

About

A small command line tool to create a C/C++ directory structure and a Makefile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages