Giter Site home page Giter Site logo

lolmaus / ember-cli-lolmaus-blueprints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ember-cli/ember-cli-legacy-blueprints

1.0 2.0 1.0 293 KB

Ember and Ember-Data specific blueprints for ember-cli projects not using the Ember and Ember-Data addons.

License: MIT License

JavaScript 99.99% HTML 0.01%

ember-cli-lolmaus-blueprints's Introduction

ember-cli-lolmaus-blueprints

This is a fork of ember-cli-legacy-blueprints customized to my needs. It takes precedence over ember-source and ember-data.

Below is the original readme.


This addon provides blueprint support for ember-cli ^2.0.0 projects that are importing Ember and Ember Data through bower.js. Projects that are using Ember and Ember Data as addons (imported from npm as dependencies through package.json) do not need this addon to provide blueprints, as the related blueprints are provided by the respective addons.

Why?

To provide tighter coupling of the blueprints with their respective libraries, it makes sense in the long run for ember-cli import such blueprints through the addons for those libraries. This will ensure that blueprints will keep up to date with changes to their libraries.

With the release of ember-cli 2.0.0, all blueprints that were not specific to ember-cli have been extracted to their respective libraries (ember, ember-data, ember-cli-qunit, and ember-cli-mocha). This addon simply provides backwards compatibility for projects not using those addons.

Supported blueprints

If the ember, ember-data, ember-cli-qunit, or ember-cli-mocha addons are installed in your project, they take precedent and will override the blueprints provided by this addon.

Blueprints provided by Ember addon

  • component
  • component-addon
  • component-test
  • controller
  • controller-test
  • helper
  • helper-addon
  • helper-test
  • initializer
  • initializer-addon
  • initializer-test
  • instance-initializer
  • instance-initializer-addon
  • instance-initializer-test
  • mixin
  • mixin-test
  • resource
  • route
  • route-addon
  • route-test
  • service
  • service-test
  • template
  • util
  • util-test
  • view
  • view-test

Blueprints provided by Ember Data addon

  • adapter
  • adapter-test
  • model
  • model-test
  • serializer
  • serializer-test
  • transform
  • transform-test

Blueprints provided by ember-cli-qunit or ember-cli-mocha

  • acceptance-test
  • test-helper

Blueprints provided by ember-cli (not in this addon)

  • addon
  • addon-import
  • app
  • blueprint
  • http-mock
  • http-proxy
  • in-repo-addon
  • lib
  • server

Installation

From your project root, run: ember install ember-cli-legacy-blueprints

Developing

  • git clone this repository
  • npm install
  • bower install
  • npm link

Because the nature of this project, it needs to be consumed by an ember-cli project to properly develop it.

  • Add "ember-cli-legacy-blueprints": "*" to your consuming project's package.json
  • From your project root run npm link ember-cli-legacy-blueprints

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-cli-lolmaus-blueprints's People

Contributors

bryanhickerson avatar ember-tomster avatar gaurav0 avatar greenkeeperio-bot avatar homu avatar locks avatar lolmaus avatar lstyles avatar nathanhammond avatar rwjblue avatar stefanpenner avatar trabus avatar turbo87 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

a6brgeuka

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.