1.0.1 • Published 2 years ago

gsmt v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Git Set My Token

This module allows you to set your git personal token into any local repo.

npm version MIT License NodeJS install size npm downloads

Compatibility

The minimum supported version of Node.js is v6.

Usage

Installation

$ npm i -g gsmt

Running

From the root of your project directory, where git have been initialized, run:

$ gsmt <GIT_USER> <PERSONAL_TOKEN>

Or use with npx

$ npx gsmt <GIT_USER> <PERSONAL_TOKEN>

License

MIT