0.1.2 • Published 9 years ago
git-description v0.1.2
git-description 
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 --saveUsage
Get it into your program.
const gitDescription = require('git-description');Set the description of a repository.
gitDescription.set('An awesome project.').then(() => {
console.log('Finished saving repo description.');
});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.