Skip to content
Kevin Souza edited this page May 28, 2023 · 6 revisions

Wiki WIP!

Why?

I wanted to learn some Rust so I decided to create a tool similar to PM2 and mark2, these two tools saved me from a lot of headache when spinning up background services for apps and in the case of mark2, Minecraft servers.

Should I use cres-

Not for anything in production, game servers for friends for example shouldn't be a problem. crescent does not currently support auto restarts in case of a crash or something equivalent to pm2 save to start apps on system startup.

Installation:

cargo install crescent-cli

or

cargo install --git https://github.com/Kyagara/crescent

Applications files, profiles and any important file is located in crescent's main directory: $HOME/.crescent/.

Clone this wiki locally