git-last

1.2.14 • Public • Published

git-last

Shows last git commit SHA or/and saves it in a JSON file

NPM

Build status semantic-release js-standard-style renovate-app badge

Install

Requires Node version 6 or above.

npm install --save git-last

Use

Call from CLI to either show or save commit id into a file

$(npm bin)/git-last -f build.json
saved last commit d9a0dc152... (short d9a0dc1) in file build.json
last commit: d9a0dc152...
cat build.json
{
  "id""d9a0dc15206396663e7c8f29aea07be8534c2ae4",
  "short""d9a0dc1",
  "savedAt""2017-07-27T14:37:06.850Z",
  "version""0.0.0-development"
}

If available, will load package.json and will save its version in the output file as well

For my convenience there is also same timestamp but in Eastern Time Zone.

If you pass -m or --message option, the saved file will have commit's abbreviated message (like first 15 characters). This makes finding the deployed commit much faster.

Related

  • ggit - Node API to Git commands

Small print

Author: Gleb Bahmutov <gleb.bahmutov@gmail.com> © 2017

License: MIT - do anything with the code, but don't blame me if it does not work.

Support: if you find any problems with this module, email / tweet / open issue on Github

MIT License

Copyright (c) 2017 Gleb Bahmutov <gleb.bahmutov@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies (4)

Dev Dependencies (18)

Package Sidebar

Install

npm i git-last

Weekly Downloads

199

Version

1.2.14

License

MIT

Unpacked Size

6.82 kB

Total Files

3

Last publish

Collaborators

  • bahmutov