|
| 1 | +# seedquelize |
| 2 | + |
| 3 | +> A seeder for Sequelize |
| 4 | +
|
| 5 | +[![NPM][npm-icon] ][npm-url] |
| 6 | + |
| 7 | +[![Build status][ci-image] ][ci-url] |
| 8 | +[![semantic-release][semantic-image] ][semantic-url] |
| 9 | +[![js-standard-style][standard-image]][standard-url] |
| 10 | + |
| 11 | +### Small print |
| 12 | + |
| 13 | +Author: Jim Cummins <[email protected]> © 2017 |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +License: MIT - do anything with the code, but don't blame me if it does not work. |
| 18 | + |
| 19 | +Support: if you find any problems with this module, email / tweet / |
| 20 | +[open issue](https://github.com/jimthedev/seedquelize/issues) on Github |
| 21 | + |
| 22 | +## MIT License |
| 23 | + |
| 24 | +Copyright (c) 2017 Jim Cummins <[email protected]> |
| 25 | + |
| 26 | +Permission is hereby granted, free of charge, to any person |
| 27 | +obtaining a copy of this software and associated documentation |
| 28 | +files (the "Software"), to deal in the Software without |
| 29 | +restriction, including without limitation the rights to use, |
| 30 | +copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 31 | +copies of the Software, and to permit persons to whom the |
| 32 | +Software is furnished to do so, subject to the following |
| 33 | +conditions: |
| 34 | + |
| 35 | +The above copyright notice and this permission notice shall be |
| 36 | +included in all copies or substantial portions of the Software. |
| 37 | + |
| 38 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 39 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 40 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 41 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 42 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 43 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 44 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 45 | +OTHER DEALINGS IN THE SOFTWARE. |
| 46 | + |
| 47 | +[npm-icon]: https://nodei.co/npm/seedquelize.svg?downloads=true |
| 48 | +[npm-url]: https://npmjs.org/package/seedquelize |
| 49 | +[ci-image]: https://travis-ci.org/jimthedev/seedquelize.svg?branch=master |
| 50 | +[ci-url]: https://travis-ci.org/jimthedev/seedquelize |
| 51 | +[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg |
| 52 | +[semantic-url]: https://github.com/semantic-release/semantic-release |
| 53 | +[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg |
| 54 | +[standard-url]: http://standardjs.com/ |
0 commit comments