Manage the description of a repository.
- Spread your intent far and wide.
- Displayed in tools like Tower.
- Satisfies your inner perfectionist.
npm install git-description --saveGet 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.');
});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.
Go make something, dang it.