Service that adds a rest api on top a git repository
Перейти к файлу
billytrend d90c0b8daf
Add node convict (#6)
* Add node convict

* Add test Env

* Move property
2019-05-17 15:27:24 -07:00
.ci Move docker build inline to the container and push latest (#5) 2019-05-16 17:51:00 -07:00
.vscode Feature: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -07:00
config Feature: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -07:00
src Add node convict (#6) 2019-05-17 15:27:24 -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: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -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: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -07:00
package-lock.json Add node convict (#6) 2019-05-17 15:27:24 -07:00
package.json Add node convict (#6) 2019-05-17 15:27:24 -07:00
swagger-spec.json Feature: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -07:00
tsconfig.json Feature: Basic repo clone and fetch list branches for a git repo (#3) 2019-05-16 15:55:49 -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.