šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

electrode-archetype-njs-module-dev

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-archetype-njs-module-dev

Archetype for NodeJS Module (Development)

3.0.3
latest
Source
npm
Version published
Weekly downloads
59
15.69%
Maintainers
3
Weekly downloads
Ā 
Created
Source

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.

FAQs

Package last updated on 18 Jul 2020

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