reactioncommerce / reaction-devtools

Developer tools for Reaction
GNU General Public License v3.0
21 stars 7 forks source link

Migrate the db seeding functionality of devtools to an npm package #18

Open spencern opened 6 years ago

spencern commented 6 years ago

We should abstract the database-seeding functionality out of dev-tools and into an npm package, and then depend on and use that npm package from this Reaction plugin.

brent-hoover commented 6 years ago

We have already created an npm package that does this. https://github.com/reactioncommerce/reaction-data-loader

spencern commented 6 years ago

@zenweasel that repo is private, could the database seeding functionality of that be

  1. made public?
  2. Integrated as the solution for loading data via devtools?
brent-hoover commented 6 years ago

Yeah, we're working on that. Hope to have it done soon. We will publish data-loader as an NPM package that devtools can just depend on. Should have mentioned that in my earlier comment.