Skip to content

JLL32/create-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create C projects ready to run and debug with zero configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published