Service that adds a rest api on top a git repository
Перейти к файлу
Timothee Guerin ba2f985669
Feature: Generate typescript SDK (#13)
2019-05-22 14:00:35 -07:00
.ci Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
.vscode Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
config Get a commit for a repo (#10) 2019-05-20 12:03:48 -07:00
sdk Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
src Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
test Feature: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -07:00
.dockerignore Move docker build inline to the container and push latest (#5) 2019-05-16 17:51:00 -07:00
.gitignore Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
.prettierrc.yml Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
Dockerfile Move docker build inline to the container and push latest (#5) 2019-05-16 17:51:00 -07:00
LICENSE Initial commit 2019-05-15 11:02:54 -07:00
README.md Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00
jest.config.js Feature: Throttle fetch to be at most every 30s and handle permissions (#4) 2019-05-20 08:44:04 -07:00
package-lock.json Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
package.json Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
swagger-spec.json Feature: Generate typescript SDK (#13) 2019-05-22 14:00:35 -07:00
tsconfig.json Feature: Throttle fetch to be at most every 30s and handle permissions (#4) 2019-05-20 08:44:04 -07:00
tslint.json Feature: Initial skeleton for the app (#1) 2019-05-15 13:20:50 -07:00

README.md

Build Status

Start

  1. Install dependencies
npm install
  1. Run
npm start           # To run once
npm start:watch     # To run and restart when there is a change

Run in vscode

Instead of npm start run npm build:watch and in vscode press F5

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.