1.1.3 • Published 4 years ago
tif-cli v1.1.3
tif-cli
A CLI Tool to produce the basic boilerplate code to start a Project.
Installation
Make sure to globally install to use the CLI Tool properly
$ npm i -g tif-clior
$ yarn global add tif-cliPre-Requisites
- Make sure you have access to the repositories.
- You need to have a GitHub Personal Access token.
- To generate a token, login to your GitHub account.
- Go to Settings > Developer Settings > Personal Access Token
- Make sure you tick mark the "repo" permissions, that gives full control of private repositories.
Instructions
Code
$ tif create msa [name]creates the repository
Arguments:
nameoptional - name of your project
$ tif create service [name] [port] [project]create a single microservice package
Arguments:
nameoptional - name of your service (e.g.: auth)portoptional - port of your service (e.g.: 2905)projectoptional - port of your service (e.g.: theinternetfolks)
Settings
$ tif settings add-git-tokenadd a GitHub Personal Token explicitly
$ tif settings clear-git-tokenclears your GitHub Personal Token
About
$ tif about us$ tif about hiringOur Social Media
$ tif on linkedin$ tif on facebook$ tif on twitter$ tif on instagram