@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
38 lines (25 loc) • 1.84 kB
Markdown
# tymly-cardscript-plugin
[](https://tymly.io/)
[](https://www.npmjs.com/package/@wmfs/tymly-cardscript-plugin)
[](https://circleci.com/gh/wmfs/tymly-cardscript-plugin)
[](https://codecov.io/gh/wmfs/tymly-cardscript-plugin)
[](https://www.codefactor.io/repository/github/wmfs/tymly-cardscript-plugin)
[](https://dependabot.com/)
[](http://commitizen.github.io/cz-cli/)
[](https://standardjs.com)
[](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)