DEV Community

Discussion on: Introducing: Glitter!

Collapse
 
samborick profile image
Sam Borick

This seems really cool!

If I could give a small suggestion: I looked at the documentation, but I'm still confused about how I would actually use glitter during a normal development flow. Does the make adding files and making commit messages easier somehow?

Thanks for sharing and keep up the great work!

Collapse
 
milo123459 profile image
Milo

Hey! Thanks for showing interest in the project.

So basically glitter is a wrapper for running some git commands, you'd simply install it, make a .glitterrc and you can then run the glitter commands.

FYI, installing locally is as simple as cloning the repo and executing cargo install --path . in the cloned repo.