Sbor - Project Manager for C

posted 1 min read

Hi devs,

Ever thought that writing CMake at 3am was tedious, you might have read about a project creating script in my previous blog. That script was for not just C, it was for multiple languages.

sbor is a project manager for C which is inspired by cargo. It provides familiar commands like

sbor init to create a new C project which uses CMake to create the Makefile.

sbor build, builds th ebinary using CMake and make

sbor run builds and runs the binary.

sbor add <header> adds a system header like string.h or math.h

sbor remove <header removes the header.

I hope this helps create a better experience for eith Rust devs using C (Not gonna happen I know) and/or beginners to C.

Here is the link

Link

1 Comment

0 votes
0

More Posts

Transitioning from Assembly to C: Challenges and Solutions for Programmers Effectively

Aditya Pratap Bhuyan - Jun 22

Project creation script (For multiple languages)

Vaishnav-sabari-girish - Oct 25

How to Generate Random Numbers from 1 to 6 in C++

Danny Jay - Nov 23

How to Write a program to find the sum of the following series 1^1+2^2+3^3... in Python,Java and C

Peter Jones - Nov 23

Hello World! Welcome to the C/C++ Group!

James Dayal - Sep 25
chevron_left