3.0.3 • Published 3 years ago

electrode-archetype-njs-module-dev v3.0.3

Weekly downloads
69
License
Apache-2.0
Repository
github
Last release
3 years ago

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 :heart: by Team Electrode @WalmartLabs.

2.3.2

3 years ago

2.3.1

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

5 years ago

3.0.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago