Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/commit-a-day
Get handy tips on what to do as your daily github commit.
https://github.com/eiriksm/commit-a-day
Last synced: 12 days ago
JSON representation
Get handy tips on what to do as your daily github commit.
- Host: GitHub
- URL: https://github.com/eiriksm/commit-a-day
- Owner: eiriksm
- Created: 2014-06-13T08:10:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T18:52:10.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T17:34:08.499Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://eiriksm.github.io/commit-a-day/
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Commit-a-day
============[![Greenkeeper badge](https://badges.greenkeeper.io/eiriksm/commit-a-day.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/eiriksm/commit-a-day.svg?branch=master)](https://travis-ci.org/eiriksm/commit-a-day)
[![Coverage Status](http://img.shields.io/coveralls/eiriksm/commit-a-day.svg)](https://coveralls.io/r/eiriksm/commit-a-day?branch=master)
[![Code Climate](http://img.shields.io/codeclimate/github/eiriksm/commit-a-day.svg)](https://codeclimate.com/github/eiriksm/commit-a-day)
[![Dependency Status](https://david-dm.org/eiriksm/commit-a-day.svg?theme=shields.io)](https://david-dm.org/eiriksm/commit-a-day)Get handy tips on what to do as your daily github commit.
Both as command line tool and website (hey, its JS, right?).
## In the browser
[Demo site](http://eiriksm.github.io/commit-a-day/)## In the terminal
```
[sudo] npm install -g commit-a-day
```## As a module.
```
npm install --save commit-a-day
```