# tymly-cardscript-plugin
[![Tymly Plugin](https://img.shields.io/badge/tymly-plugin-blue.svg)](https://tymly.io/)
[![npm (scoped)](https://img.shields.io/npm/v/@wmfs/tymly-cardscript-plugin.svg)](https://www.npmjs.com/package/@wmfs/tymly-cardscript-plugin)
[![CircleCI](https://circleci.com/gh/wmfs/tymly-cardscript-plugin.svg?style=svg)](https://circleci.com/gh/wmfs/tymly-cardscript-plugin)
[![codecov](https://codecov.io/gh/wmfs/tymly-cardscript-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/wmfs/tymly-cardscript-plugin)
[![CodeFactor](https://www.codefactor.io/repository/github/wmfs/tymly-cardscript-plugin/badge)](https://www.codefactor.io/repository/github/wmfs/tymly-cardscript-plugin)
[![Dependabot badge](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wmfs/tymly-cardscript-plugin/blob/master/LICENSE)

> This plugin handles interactions to do with cardscript.

...

## <a name="install"></a>Install
```bash
$ npm install tymly-cardscript-plugin --save
```

## <a name="test"></a>Testing

Before running the tests, you'll need a test PostgreSQL database available and set a `PG_CONNECTION_STRING` environment variable to point to it, for example:

```PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db```


Once the environment variables have been set, you can run the tests like this:

```bash
$ npm test
```


## <a name="license"></a>License

[MIT](https://github.com/wmfs/tymly/blob/master/LICENSE)
