echo-members-names-loader

Extending/Developing

Prerequisites

[1] Downloading NodeJS will also download and provide npm.

Getting it

Clone the project in the desired folder by executing:

git clone https://github.com/gmullerb/echo-members-names-loader

or

git clone https://gitlab.com/gmullerb/echo-members-names-loader

Set up

Run:

npm install

It will install project dependencies, as eslint, eslint-plugin-regex, any-eslint-parser, eslint-plugin-base-style-config, etc.

Recommendation: Immediately after installation, run npm run check to be sure that initial code is “ok”.

Npm scripts

Npm scripts, package.json:

Folders structure

  /lib/index.js
  /tests/test.js

Main documentation

Back