Skip to content

apparena/archetype-njs-module-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archetype: NodeJS Module (Development)

A Walmart Labs flavored NodeJS Module archetype.

Installation

Within your project, run:

$ npm install --save-dev electrode-archetype-njs-module-dev

Add a gulpfile.js with the following code:

require("electrode-archetype-njs-module-dev")();

You need to install gulp globally to invoke the build tasks:

$ npm install -g gulp

Run gulp to see a list of tasks.

Project Structure

This archetype assumes a directory structure as follows:

.gitignore
package.json

lib/
  index.js

test/
  spec/**
    *.spec.js

Built with ❤️ by Team Electrode @WalmartLabs.

About

A WalmartLabs flavored NodeJS Module archetype

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%