/proj

Small local C/C++ projects manager.

Primary LanguageShell

proj

Small C/C++ local projects manager.

##Commands

proj

	proj [OPTIONS] [SOURCES]
Creates a simple project that contains:
  • one sources folder (src/)
  • one headers folder (headers/)
  • Makefile

Options

-p Sets the project name

-h Header name

-m Main name

-+ c++ project

Example

	proj -p test -m teste.c -h functions functions.c

projrm

	projrm project_name
Removes a project.

projls

	projls
Lists the projects created by proj.

projdir

	projdir project_name.
Prints the project's path directory.