jamesplease / jamesplease/api-pls
Seed data command
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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**
```json
{
"resource": "cats",
"data": [
{ },
{ },
{ }
]
}
```
and then...
`pls seed ./seeds`
Could be cool. Right?
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or existing entry points are named. Start by reviewing how the project exposes commands and deciding whether seeding belongs in this library or an external library; done would mean supporting JSON or JS seed data through a working `pls seed ./seeds` command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100