Manage the description of a repository.
Why?
- Spread your intent far and wide.
- Displayed in tools like Tower.
- Satisfies your inner perfectionist.
Install
npm install git-description --save
Usage
Get it into your program.
const gitDescription = ;
Set the description of a repository.
gitDescription;
Contributing
See our contributing guidelines for more details.
- Fork it.
- Make a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
License
Go make something, dang it.