dotlab
v0.0.3
Published
Dot Lab is a dotfiles solution to help you keep sanity and have a quick start with your computer configuration
Readme
DotLab
This is a work in progress and currently only suffices the author needs. Collaborators are welcome and a roadmap and plan shall be added soon to the project.
Install
Using NPM
- To install run
npm install -g dotlab- To update run
npm update -g dotlabSetup
dolab initPublish
In order to release a new version you shall follow the steps bellow:
- Make the desired changes;
- Update CHANGELOG.md file;
- Commit your changes;
- Run the commands below:
- Run
npm version patch