gsmt
v1.0.1
Published
This module allows you to set your git personal token into any local repo.
Downloads
53
Maintainers
Readme
Git Set My Token
This module allows you to set your git personal token into any local repo.
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>