Skip to content

Plance is a Cargo-like project manager for C and C++ written in Rust.

Notifications You must be signed in to change notification settings

NineSilver/Plance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plance

Plain Plance

Plance is a Cargo-like project manager for C and C++ written in Rust. Currently is in an early-stage, so I hope it has 0 bugs.

Features

  • Successfully creates directories
  • Init command
  • Git integration (if it is present, it'll be executed in the given directory)
  • Config files (partially done)
  • Build system

Building

Simply do: cargo build --release

EZ!

Working with Plance

Plance allows you to manage projects very easily:

  • To create a new project: plance new <name> [OPTIONS]
  • To initialize a new project in an existing directory: plance init [OPTIONS]
  • To delete a project use plance delete <dirname>

More details are given on the Wiki

Contributing

Any contribution to Plance project is appreciated!

About

Plance is a Cargo-like project manager for C and C++ written in Rust.

Topics

Resources

Stars

Watchers

Forks

Languages