Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed data command #163

Open
jamesplease opened this issue Feb 11, 2017 · 0 comments
Open

Seed data command #163

jamesplease opened this issue Feb 11, 2017 · 0 comments

Comments

@jamesplease
Copy link
Owner

jamesplease commented Feb 11, 2017

I'm not sure if seeding should go into this lib, or if it should be an external lib. But being able to write seed data as JSON or JS could be pretty handy. Just imagine...

cats.json

{
  "resource": "cats",
  "data": [
    { },
    { },
    { }
  ]
}

and then...

pls seed ./seeds

Could be cool. Right?

@jamesplease jamesplease changed the title Seed data Seed data command Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant