0.3.0 • Published 5 years ago

@brudi/brudi-toolbox-graphql v0.3.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

brudi Toolbox GraphQL Helper

Helper library for brudi Mesh GraphQL developers.

Installation

Install the package with

yarn add -D @brudi/brudi-toolbox-graphql

or

npm install --save-dev @brudi/brudi-toolbox-graphql

Development

Quickstart

To install dependencies with Yarn, run:

$ yarn install

Linting

NOTE: The linter will run against everything in the lib directory.

JavaScript Linting

This assumes you have eslint and eslint-watch installed. If you don't, run the following:

$ yarn global add eslint eslint-watch

To run the linter once:

$ yarn lint:js

To run the watch task:

$ yarn lint:js:watch

Build

NOTE: When you run build, Babel will create a build directory. This is what users will interact with when they use the brudi Toolbox React GraphQL Helper library. Nothing in lib gets shipped with the published module.

Run once:

$ yarn build

Run the watch script:

$ yarn build:watch

License

BDIL

0.3.0

5 years ago

0.2.4-rc.1

5 years ago

0.2.3

5 years ago

0.2.3-rc.8

5 years ago

0.2.3-rc.7

5 years ago

0.2.3-rc.6

5 years ago

0.2.3-rc.5

5 years ago

0.2.2-rc.1

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago