JSPM

segura

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q16780F
  • License MIT

A CLI tool which helps in pushing uncommitted code in case of emergencies or distress

Package Exports

  • segura

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 (segura) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


Segura

Build Status GitHub top language GitHub code size in bytes

A CLI tool which helps in pushing uncommitted code in case of emergencies or distress.

Life is full of uncertainties. If you're a person who don't push your code often, you might be having piles of uncommitted changes in your local. In an emergency situation it's difficult to remember the git commands and push all your changes. Don't end up loosing your code and valuable time and let segura help you.


Install

# Install segura as a dev dependency
npm i -D segura

# For an emergency push of your code just type "segura" on the command line
segura

How it works

When you enter segura

  • Creates a local branch segura-branch
  • Adds all the untracked files and commits to this branch
  • Pushes the changes to the remote repo