Skip to content

Commit 6a25135

Browse files
author
Rahul Singh
committed
package update
1 parent 37f3259 commit 6a25135

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The simplest way to get started is to use `npx`:
1616
#### npx
1717
```bash
1818
npx create-nodejs-project-module node_demo
19-
npm start
2019
```
2120

2221
#### npm
@@ -32,6 +31,8 @@ yarn create nodejs-project-module <module name>
3231
```
3332
yarn create is available in Yarn 0.25+
3433

34+
##<a href="https://www.npmjs.com/package/create-nodejs-structure">Steps for creation node js structure</a>
35+
3536
[npm-image]: https://img.shields.io/npm/v/create-nodejs-project-module
3637
[npm-url]: https://www.npmjs.com/package/create-nodejs-project-module
3738
[node-image]: https://img.shields.io/node/v/create-nodejs-project-module

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-nodejs-project-module",
33
"description": "Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"license": "MIT",
66
"author": {
77
"name": "Rahul Singh"

0 commit comments

Comments
 (0)