New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-node-service

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-node-service

Yeoman generator for a service build in node.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Node Service Generator

Build Status NPM version

Note: This is my vision of how we must make a app.

Required

Of course Node.js, NPM and Git.

Yeoman:

$ npm install -g yo

Bower:

$ npm install -g bower

Generator-Node-Service:

$ npm install -g generator-node-service

Getting Started

Initiate the generator:

$ yo node-service

To launch in developpement:

$ npm start

To launch in release:

$ gulp
$ cd dist/
$ npm start

Keywords

yeoman-generator

FAQs

Package last updated on 24 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts