Blueprints Redux
- Changed all the blueprints to use a prefix
jsonapi-so they do not redefine the default blueprints. - Added support for generating import paths for pod structure when using the
--podargument with a generator
Example use:
ember generate jsonapi-resource article title:string version:number author:has-one:user --pod
The arguments are passed to the jsonapi-model blueprint so that attrs, has-one, and has-many computed properties can be generated.