https://github.com/japrozs/sip
sip is a tool to setup a new C project.
https://github.com/japrozs/sip
Last synced: 3 months ago
JSON representation
sip is a tool to setup a new C project.
- Host: GitHub
- URL: https://github.com/japrozs/sip
- Owner: japrozs
- Created: 2022-02-04T12:45:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T15:45:04.000Z (7 months ago)
- Last Synced: 2025-01-09T01:03:43.963Z (5 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sip
`sip` is a tool to setup a new `C` project.
## Usage
```bash
# Clone the repo
cd sip
make
./bin/sip new
```#### License - `MIT`