Skip to content

Commit a62dd37

Browse files
a
1 parent 3b43134 commit a62dd37

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
This is the seed application for node js
210

311
## Available Scripts
@@ -21,3 +29,6 @@ Added mongodb file with all
2129
>> DELETE
2230
Operation just call mongodb file where ever required
2331

32+
## DeveloperLink
33+
> www.aakashhanda.me
34+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.9",
3+
"version": "1.0.11",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)