File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 55 - yarn install
66scripts :
77 - npm test
8+ - npm run build
89notifications :
910 email : false
Original file line number Diff line number Diff line change 11# Express Typescript Boilerplate
2- [ ![ Dependency Status] ( https://david-dm.org/w3tecch/express-typescript-boilerplate/status.svg?style=flat )] ( https://david-dm.org/w3tecch/express-typescript-boilerplate ) [ ![ Build Status] ( https://travis-ci.org/w3tecch/express-typescript-boilerplate.svg?branch=master )] ( https://travis-ci.org/w3tecch/express-typescript-boilerplate )
2+ [ ![ Dependency Status] ( https://david-dm.org/w3tecch/express-typescript-boilerplate/status.svg?style=flat )] ( https://david-dm.org/w3tecch/express-typescript-boilerplate )
3+ [ ![ Build Status] ( https://travis-ci.org/w3tecch/express-typescript-boilerplate.svg?branch=master )] ( https://travis-ci.org/w3tecch/express-typescript-boilerplate )
4+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/f8e7jdm8v58hcwpq/branch/master?svg=true&passingText=Windows%20passing&pendingText=Windows%20pending&failingText=Windows%20failing )] ( https://ci.appveyor.com/project/dweber019/express-typescript-boilerplate/branch/master )
35
46> A delightful way to building a RESTful API with NodeJs & TypeScript.
57
Original file line number Diff line number Diff line change 1+ environment :
2+ nodejs_version : " 7"
3+
4+ install :
5+ - ps : Install-Product node $env:nodejs_version
6+ - yarn install
7+
8+ build_script :
9+ - npm run build
10+
11+ test_script :
12+ - npm test
You can’t perform that action at this time.
0 commit comments