Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit dd30cb7

Browse files
committed
Merge branch 'release/1.0.6'
2 parents f31d7b9 + 3558cbb commit dd30cb7

File tree

3 files changed

+60
-33
lines changed

3 files changed

+60
-33
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ If it's running locally (see below) point a browser at any of the following rout
1717
- [localhost:8282](http://127.0.0.1:8282)
1818
- [localhost:8282/ping](http://127.0.0.1:8282/ping)
1919
- [localhost:8282/api/v1/hello/some name](http://127.0.0.1:8282/api/v1/hello/some%20name)
20+
- [localhost:8282/api/v1/snooze](http://127.0.0.1:8282/api/v1/snooze)
2021

2122
and see the API docs at
2223

@@ -28,7 +29,7 @@ I write a lot of APIs and have distilled my current best-practice into this code
2829

2930
## What do you do with it?
3031

31-
Just clone it or fork it, nuke the existing `.git` data and replace with your own `git init` and `git flow init` edit the `README.md` file, add your own details to `api.yml` and add routes to `src/api/` as you like.
32+
This is a GitHUb Template so either click the ['use this template'](https://github.com/davesag/api-server-boilerplate/generate) button above, or clone this rep, or fork it, nuke the existing `.git` data and replace with your own `git init` and `git flow init` edit the `README.md` file, add your own details to `api.yml` and add routes to `src/api/` as you like.
3233

3334
## What's included?
3435

package-lock.json

+54-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davesag/api-server-boilerplate",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Dave Sag's boilerplate code for a swagger based API server",
55
"main": "index.js",
66
"engines": {
@@ -44,7 +44,7 @@
4444
"http-status-codes": "^1.3.2",
4545
"node-http-error": "^2.0.0",
4646
"route-async": "^1.0.5",
47-
"swagger-routes-express": "^3.0.4",
47+
"swagger-routes-express": "^3.0.5",
4848
"swagger-ui-express": "^4.1.2",
4949
"traverse-folders": "^1.1.0",
5050
"yamljs": "^0.3.0"
@@ -66,8 +66,8 @@
6666
"eslint-plugin-prettier": "^3.1.1",
6767
"eslint-plugin-promise": "^4.2.1",
6868
"eslint-plugin-standard": "^4.0.1",
69-
"husky": "^3.0.8",
70-
"lint-staged": "^9.4.1",
69+
"husky": "^3.0.9",
70+
"lint-staged": "^9.4.2",
7171
"mocha": "^6.2.1",
7272
"mock-req-res": "^1.1.2",
7373
"nyc": "^14.1.1",

0 commit comments

Comments
 (0)