UNPKG

fms-admin-client

Version:

A client designed to provide a framework for interactions with FileMaker Server Admin Tools.

66 lines (51 loc) 3.86 kB
<!--@h1([pkg.name])--> # fms-admin-client <!--/@--> [![Coverage Status](https://coveralls.io/repos/github/Luidog/fms-admin-client/badge.svg?branch=master)](https://coveralls.io/github/Luidog/fms-admin-client?branch=master) A client designed to provide a framework for interactions with FileMaker Server Admin Tools. For in depth documentation head to the [`docs`](https://luidog.github.io/fms-admin-client) <!--@installation()--> ## Installation ```sh npm install --save fms-admin-client ``` <!--/@--> <!--@execute('npm run test',[])--> <!--/@--> <!--@dependencies()--> ## <a name="dependencies">Dependencies</a> - [fs-extra](https://github.com/jprichardson/node-fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. - [child-process-promise](https://github.com/patrick-steele-idem/child-process-promise): Simple wrapper around the "child_process" module that makes use of promises - [lodash](https://github.com/lodash/lodash): Lodash modular utilities. - [marpat](https://github.com/luidog/marpat): A class-based ES6 ODM for Mongo-like databases. - [string-to-stream](https://github.com/feross/string-to-stream): Convert a string into a stream (streams2) <!--/@--> <!--@devDependencies()--> ## <a name="dev-dependencies">Dev Dependencies</a> - [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic. - [chai-as-promised](https://github.com/domenic/chai-as-promised): Extends Chai with assertions about promises. - [colors](https://github.com/Marak/colors.js): get colors in your node.js console - [coveralls](https://github.com/nickmerwin/node-coveralls): takes json-cov output into stdin and POSTs to coveralls.io - [dotenv](https://github.com/motdotla/dotenv): Loads environment variables from .env file - [eslint](https://github.com/eslint/eslint): An AST-based pattern checker for JavaScript. - [eslint-config-google](https://github.com/google/eslint-config-google): ESLint shareable config for the Google style - [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier): Turns off all rules that are unnecessary or might conflict with Prettier. - [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier): Runs prettier as an eslint rule - [jsdoc](https://github.com/jsdoc3/jsdoc): An API documentation generator for JavaScript. - [minami](https://github.com/Nijikokun/minami): Clean and minimal JSDoc 3 Template / Theme - [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework - [mocha-lcov-reporter](https://github.com/StevenLooman/mocha-lcov-reporter): LCOV reporter for Mocha - [mos](https://github.com/mosjs/mos): A pluggable module that injects content into your markdown files via hidden JavaScript snippets - [mos-plugin-dependencies](https://github.com/mosjs/mos/tree/master/packages/mos-plugin-dependencies): A mos plugin that creates dependencies sections - [mos-plugin-execute](https://github.com/team-767/mos-plugin-execute): Mos plugin to inline a process output - [mos-plugin-installation](https://github.com/mosjs/mos/tree/master/packages/mos-plugin-installation): A mos plugin for creating installation section - [mos-plugin-license](https://github.com/mosjs/mos-plugin-license): A mos plugin for generating a license section - [mos-plugin-snippet](https://github.com/mosjs/mos/tree/master/packages/mos-plugin-snippet): A mos plugin for embedding snippets from files - [nyc](https://github.com/istanbuljs/nyc): the Istanbul command line interface - [prettier](https://github.com/prettier/prettier): Prettier is an opinionated code formatter - [varium](https://npmjs.org/package/varium): A strict parser and validator of environment config variables <!--/@--> <!--@license()--> ## License MIT © Lui de la Parra <!--/@-->