Skip to content

richardsonnick/nit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nit

A git-like with zero third-party dependencies.

  • All crypto done with my very own 🕺🏾boogie🕺🏾!

Features

The CLI is still a WIP so this currently doesn't do much beside the unit tests as I work out some primitives.

Feature Status
git-hash WIP

Dependencies

Building

# Clone the repository
git clone https://github.com/NickR23/nit.git
cd nit

# Create a build directory
mkdir build && cd build

# Configure and build
# For prod use:
cmake .. 
# Or use the following to enable debug symbols:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
make
# Places binary at nit/build/bin/nit

# Run tests
ctest

# Install (may need sudo)
make install 

Resources

About

A zero third-party dependency git remake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published