Releases: redwoodjs/graphql
Releases · redwoodjs/graphql
v0.0.1-alpha.18
In this release we continue towards making the steps in our tutorial a reality.
Added
- A webpack plugin that automatically imports components from
web/src/pages/*intoRoutes.jsand an accompanying ESLint plugin that'll let you know when you're referencing a page that doesn't exist. #21 @mojombo getPathsinto@redwoodjs/corethat gives Redwood packages a single and stable place to references paths in a Redwood project. #24 @peterp
The one with the CLI
This is the first release of hammer and it doesn't actually do anything useful 🎉
I've added the hammer-cli that allows anyone to add new commands in the the src/commands directory. Right now we only have a single generate command with a single component generator. The component generator plops a ⚒ hammer style component into the web/src/components folder of your hammer project.