1.1.3 • Published 4 years ago

tif-cli v1.1.3

Weekly downloads
-
License
GPL3
Repository
-
Last release
4 years ago

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-cli

or

$ yarn global add tif-cli

Pre-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:

$ tif create service [name] [port] [project]

create a single microservice package

Arguments:

  • name optional - name of your service (e.g.: auth)
  • port optional - port of your service (e.g.: 2905)
  • project optional - port of your service (e.g.: theinternetfolks)

Settings

$ tif settings add-git-token

add a GitHub Personal Token explicitly

$ tif settings clear-git-token

clears your GitHub Personal Token

About

$ tif about us
$ tif about hiring

Our Social Media

$ tif on linkedin
$ tif on facebook
$ tif on twitter
$ tif on instagram

Contributors