2.1.3 • Published 5 years ago

ember-cli-seeds-scaffold v2.1.3

Weekly downloads
422
License
MIT
Repository
github
Last release
5 years ago

Ember CLI - Seeds Scaffold

Join the chat at https://gitter.im/terminalvelocity/seeds.js Score on Ember Observer Stories in Ready Downloads on NPM

Seeds is an acronym that stands for Sails Ember Ember-Data Semantic-UI. It is designed for Rapid Application Prototyping.

                                                         .
                                              .         ;
                 .              .              ;%     ;;
                   ,           ,                :;%  %;
                    :         ;                   :;%;'     .,
           ,.        %;     %;            ;        %;'    ,;
             ;       ;%;  %%;        ,     %;    ;%;    ,%'
              %;       %;%;      ,  ;       %;  ;%;   ,%;'
               ;%;      %;        ;%;        % ;%;  ,%;'
                `%;.     ;%;     %;'         `;%%;.%;'
                 `:;%.    ;%%. %@;        %; ;@%;%'
                    `:%;.  :;bd%;          %;@%;'
                      `@%:.  :;%.         ;@@%;'
                        `@%.  `;@%.      ;@@%;
                          `@%%. `@%%    ;@@%;
                            ;@%. :@%%  %@@%;
                              %@bd%%%bd%%:;
                                #@%%%%%:;;
                                %@@%%%::;
                                %@@@%(o);  . '
                                %@@@o%;:(.,'
                            `.. %@@@o%::;
                               `)@@@o%::;
                                %@@(o)::;
                               .%@@@@%::;
                               ;%@@@@%::;.
                              ;%@@@@%%:;;;.
                          ...;%@@@@@%%:;;;;,..
                    Plant some seeds, watch em grow
                        You reap what you sow

Ember-CLI Seeds Scaffold

Ember-cli-seeds-scaffold

Join the chat at https://gitter.im/terminalvelocity/seeds.js Build Status

Scaffolds adapters, models, routes and templates a la rails with a touch of Semantic-UI. Designed to work with Seeds.js and adapted from Ember-cli-scaffold.

Installation

Generating a Seeds app automatically installs this for you and is the preferred way to use this addon.

You could also do ember install ember-cli-scaffold in your ember-cli app.

Usage

seeds generate scaffold user first_name:string last_name:string age:number
open http://localhost:4200/users

This command generate the following files:

  • app/mixins/save-model-mixin.js
  • app/adapters/user.js
  • app/models/user.js
  • app/routes/users.js
  • app/routes/users/edit.js
  • app/routes/users/index.js
  • app/routes/users/new.js
  • app/templates/users.hbs
  • app/templates/users/-form.hbs
  • app/templates/users/edit.hbs
  • app/templates/users/index.hbs
  • app/templates/users/new.hbs
  • app/templates/users/show.hbs
  • tests/acceptance/users-test.js

Running Tests

npm test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
2.1.3

5 years ago

2.1.2

5 years ago

2.1.0

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.15

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago