File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1- [ ![ current version] ( https://img.shields.io/npm/v/create-react-node-app.svg )] ( https://www.npmjs.com/package/create-react-node-app )
2- [ ![ Build Status] ( https://travis-ci.org/saiichihashimoto/create-react-node-app.svg?branch=master )] ( https://travis-ci.org/saiichihashimoto/create-react-node-app )
3- [ ![ codecov] ( https://codecov.io/gh/saiichihashimoto/create-react-node-app/branch/master/graph/badge.svg )] ( https://codecov.io/gh/saiichihashimoto/create-react-node-app )
4- [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
5- [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
6- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/saiichihashimoto/create-react-node-app.svg )] ( https://greenkeeper.io/ )
7-
8-
91This is the seed application for node js
102
113## Available Scripts
@@ -33,4 +25,3 @@ Operation just call mongodb file where ever required
3325
3426## DeveloperLink
3527> www.aakashhanda.me
36-
Original file line number Diff line number Diff line change 11{
22 "name" : " @aakashdeveloper/create-node-app" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "description" : " The Seed will help you build node app with es6 very quick" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "start" : " node start.js" ,
88 "dev" : " nodemon start.js" ,
9- "test" : " mocha --timeout 10000"
9+ "test" : " mocha --timeout 10000" ,
10+ "commit" : " npx git-cz"
1011 },
1112 "repository" : {
1213 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments