Package Exports
- timecard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (timecard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
timecard
Keep track of your project development time.

Install
$ npm install --global timecardUsage
To create a new timecard for your project
$ timecard newTo clockin (start working)
$ timecard clockinTo clockout (stop working)
$ timecard clockoutTo see a print summary of your time
$ timecard printNotes
.timecard.json
By default, timecard creates a hidden json file
.timecard.jsonand places it your project's root directory. If you don't want this file to be under version control, remember to update your.gitignorefile.Sometimes it will be necessary to update the
.timecard.jsonfile manually (if you forgot to clockout, for example), which is fine, just remember that this file must be valid JSON.
Options
$ timecard --help
Record your project development time.
Get timecard setup with the `new` command, then use the `clockin` and `clockout` commands
to record your time. When you want to see a summary of your time, use the `print` command.
Commands
timecard new setup a blank timecard for your project
timecard clockin set the start time
timecard clockout set the end time
timecard print print a summary of your time
Options
-h, --help Show this help message
-v, --version Show the current timecard version License
MIT @ Michael Wuergler