Skip to content

Latest commit

 

History

History
141 lines (112 loc) · 7.47 KB

README.md

File metadata and controls

141 lines (112 loc) · 7.47 KB

Tools used for setting up a repository.

  • create
    • labels
      • npm dependencies
      • github action
      • code quality
    • secret
      • CC_TEST_REPORTER_ID
      • CODACY_PROJECT_TOKEN

License Issues Code maintainability Code issues Code Technical Debt

Codacy Badge

Main Language Languages Code Size Repo-Size

Features

GitHub CircleCI AppVeyor Coveralls
ReleaseMaster Build Release
Master Build Master Build Master Build Master Coverage Master Version
Development Build Development Build Development Build Test Coverage Development Version

Example

npm start [owner]/[repo] [CC_TEST_REPORTER_ID] [CODACY_PROJECT_TOKEN]

Clone repository

git clone https://github.com/gregoranders/ts-github-tools

Install dependencies

npm install

Build

npm run build

Testing

Test using Jest

npm test

Code Climate Checks docker required

npm run codeclimate

Codacy Checks docker required

npm run codacy

Run

npm start

Clear

npm run clear