All Projects → electrode-io → Electrode Archetype Njs Module Dev

electrode-io / Electrode Archetype Njs Module Dev

Licence: other
A WalmartLabs flavored NodeJS Module archetype

Programming Languages

javascript
184084 projects - #8 most used programming language

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 xclap.js with the following code:

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

You need to install xclap-cli globally for the clap command to invoke the build tasks:

$ npm install -g xclap-cli

Run clap 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].