Skip to content

Commit

Permalink
feat(global): add our own waos-CC to define and check commits ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Apr 3, 2019
1 parent a2638c8 commit a3ea1e1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Our stack node is actually in Beta.
| Security | JWT Stateless - [passport-jwt](https://github.com/themikenicholson/passport-jwt) <br> Passwords: [bcrypt](https://en.wikipedia.org/wiki/Bcrypt) - [zxcvbn](https://github.com/dropbox/zxcvbn) <br> DataBases options available (auth, ssl ..) <br> SSL options availble
| API | Default answer wrapper (helper) : [jsend](https://github.com/omniti-labs/jsend) like : status, message, data or error <br> Default error handling (helper) : formatted by the controller, Custom ES6 errors for other layers
| CI | [Travis CI](https://travis-ci.org/weareopensource/Node)
| Developer | [Coveralls](https://coveralls.io/github/weareopensource/Node) - [Code Climate](https://codeclimate.com/github/weareopensource/Node) - [Dependency status](https://david-dm.org/weareopensource/node) - [GreenKeeper](https://greenkeeper.io) - [Snyk](https://snyk.io/test/github/weareopensource/node) - [standard-version](https://github.com/conventional-changelog/standard-version) - [commitlint](https://github.com/conventional-changelog/commitlint)
| Developer | [Coveralls](https://coveralls.io/github/weareopensource/Node) - [Code Climate](https://codeclimate.com/github/weareopensource/Node) - [Dependency status](https://david-dm.org/weareopensource/node) - [GreenKeeper](https://greenkeeper.io) - [Snyk](https://snyk.io/test/github/weareopensource/node) <br> [standard-version](https://github.com/conventional-changelog/standard-version) - [commitlint](https://github.com/conventional-changelog/commitlint) - [commitizen](https://github.com/commitizen/cz-cli) - [waos-conventional-changelog](https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog)
| Dependencies | [npm](https://www.npmjs.com) or [Yarn](https://yarnpkg.com/en/)
| **Being released** |
| Deliver | Docker & Docker-compose
Expand Down
77 changes: 30 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"@commitlint/config-conventional": "^7.5.0",
"commitizen": "^3.0.7",
"coveralls": "~3.0.3",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.15.3",
"gulp": "~4.0.0",
"gulp-eslint": "^5.0.0",
Expand All @@ -94,11 +93,12 @@
"husky": "^1.3.1",
"inquirer": "^6.2.2",
"jest-cli": "^24.5.0",
"standard-version": "^5.0.2"
"standard-version": "^5.0.2",
"waos-conventional-changelog": "^1.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "./node_modules/waos-conventional-changelog"
}
},
"snyk": true
Expand Down
Empty file added test
Empty file.

0 comments on commit a3ea1e1

Please sign in to comment.