An open API service indexing awesome lists of open source software.

https://github.com/rahul2104/create-nodejs-project-module

Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)
https://github.com/rahul2104/create-nodejs-project-module

express express-js mongodb nodejs redis redis-session socket-io

Last synced: 3 months ago
JSON representation

Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)

Awesome Lists containing this project

README

          

Create Nodejs Project Module
=====================

[![NPM Version][npm-image]][npm-url]
[![Node Version][node-image]][node-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![NPM License][npm-license]][npm-url]

Initialize a nodejs module with create-nodejs-module for this node structure(https://github.com/rahul2104/demo-node)

How To Start
---------------

The simplest way to get started is to use `npx`:

#### npx
```bash
npx create-nodejs-project-module
```

#### npm
```bash
npm init nodejs-project-module
```
npm init is available in npm 6+

#### yarn
```bash
yarn create nodejs-project-module
```
yarn create is available in Yarn 0.25+

## Steps for creation node js structure

[npm-image]: https://img.shields.io/npm/v/create-nodejs-project-module
[npm-url]: https://www.npmjs.com/package/create-nodejs-project-module
[node-image]: https://img.shields.io/node/v/create-nodejs-project-module
[node-url]: https://www.npmjs.com/package/create-nodejs-project-module
[downloads-image]: https://img.shields.io/npm/dm/create-nodejs-project-module.svg
[downloads-url]: https://github.com/rahul2104/demo-node
[npm-license]:https://img.shields.io/npm/l/create-nodejs-project-module