Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Neuromobile/ember-cli-resource

Repository files navigation

ember-cli-resource

A set of utils and blueprints for creating CRUD resources.

  • git clone [email protected]:Neuromobile/ember-cli-resource

  • cd ember-cli-resource

  • yarn install

  • Ember.js v3.4 or above

  • Ember CLI v2.13 or above

  • Node.js v8 or above

Installation

ember install ember-cli-resource

Usage

  • Creating a new resource:
ember g resource <resource_name>

It creates a model called resource_name and four routes and controllers:

  • <resource_name>/new
  • <resource_name>/index
  • <resource_name>/edit
  • <resource_name>/show

Options:

  • --module String - it adds a preffix to the resource in case you need to organize your models in different folders/routes.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Create CRUD resources with an ember command

Resources

License

Contributing

Stars

1 star

Watchers

2 watching

Forks

Packages

 
 
 

Contributors