Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 822 Bytes

File metadata and controls

32 lines (20 loc) · 822 Bytes

create-c

Create C projects ready to run and debug with zero configuration

Screen Shot 2021-09-30 at 10 03 14

Installation

Use the package manager npm (comes already with Node)

npm install -g create-c

Usage

Just run it

Features

  • Makefile with all the necessary rules
  • Debugging Configuration with a pre-launch task so don't have to recompile manually
  • A gitignore pre-made for C/C++ projects (output name and .DS_Store are included too)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT