1.5.6 • Published 5 years ago

ezfacility-client v1.5.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

test coverage

EZFacilityClient

Install

npm install --save ezfacility-client

How to use

new EZFacilityClient()

import EZFacilityClient from 'ezfacility-client';
// or const EZFacilityClient = require('ezfacility-client').default;

API Reference

Read the whole API's documentation here: API Reference.

Contributing

Code style

We use JavaScript Standard Style as the guide for the code style. You can run npm run lint or npm run lint:fix to check (and fix) lint issues.

Also, lint:fix will be executed on Git's pre-commit hook.

Generation of documentation

Reference documentation is generated automatically by reading JSDoc from code files.

The command to do so is npm run docs:generate, and this command is executed before publishing the package to NPM.

Testing

Tests are strongly encouraged. Run them as often as you can. Even better, run npm run test:watch and do TDD.

Tests are also run before publishing the package to NPM.

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago