@merci-michel/mm-agent

1.1.0 • Public • Published

MM Agent

Usage

Basic

Basic example.

import Agent from 'mm-agent'

Agent.inspect();
console.log(Agent.os);

Build

To build the sources with babel in ./lib directory :

npm run build

Documentation

To generate the JSDoc :

npm run docs

To generate the documentation and deploy on gh-pages branch :

npm run docs:deploy

Testing

To run the tests, first clone the repository and install its dependencies :

git clone https://github.com/MM56/mm-agent.git
cd xxx
npm install

Then, run the tests :

npm test

To watch (test-driven development) :

npm run test:watch

For coverage :

npm run test:coverage

Readme

Keywords

none

Package Sidebar

Install

npm i @merci-michel/mm-agent

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

25.7 kB

Total Files

11

Last publish

Collaborators

  • pqml
  • nikitaskar
  • jordandelcros
  • pfer
  • gpolguere