@d4nyll/git-tt
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@d4nyll/git-tt", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Super Easy™ time-travelling in Git", | ||
"keywords": [ | ||
"git", | ||
"git extension", | ||
"date", | ||
"time", | ||
"past", | ||
"present", | ||
"future", | ||
"time travel", | ||
"time machine", | ||
"GIT_AUTHOR_DATE", | ||
"GIT_COMMITTER_DATE" | ||
], | ||
"homepage": "https://github.com/d4nyll/git-tt", | ||
"repository": "github:d4nyll/git-tt", | ||
"bugs": { | ||
"url" : "https://github.com/d4nyll/git-tt/issues", | ||
"email" : "dan@danyll.com" | ||
}, | ||
"main": "index.js", | ||
@@ -5,0 +25,0 @@ "author": "Daniel Li <dan@danyll.com>", |
@@ -83,6 +83,7 @@ # `git tt` | ||
If this tool becomes more popular, or if you'd like to contribute to new features, here are some of the features I have in mind: | ||
If this tool becomes more popular, or if you'd like to contribute to new features, here are some of the features I have in mind (in order of importance): | ||
* Make error output more user-friendly | ||
* Add fuzziness to the dates - if the user specifies a `--fuzzy` flag, add a few seconds/minutes in a random fashion so the dates are not so 'precise'. E.g. instead of `Thu Oct 25 12:00:00 2018 +0100`, make it `Thu Oct 25 12:03:56 2018 +0100` | ||
* Make error output more user-friendly, perhaps using [`chalk`](https://github.com/chalk/chalk) | ||
* Explore packaging project into stand-alone executable using [`pkg`](https://github.com/zeit/pkg) | ||
* Allow users to retrospectively modify the author and committer date of a commit |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18416
1
1
89