Git Product home page Git Product logo

engine-blueprint's Introduction

ember-engines npm version Build Status

This Ember addon implements the functionality described in the Ember Engines RFC. Engines allow multiple logical applications to be composed together into a single application from the user's perspective.

Packages

This project is a monorepo managed by pnpm workspaces. All packages are organized in the /packages/ directory.

The only public package is ember-engines. Other packages are private to this repo and are used to support testing ember-engines.

Documentation

Check the full documentation in the Ember Engines Guides.

Support

Having trouble? Join #ember-engines on the Ember Community Discord server

Contributing

See the Contributing guide for details.

License

Copyright 2015-2022 Dan Gebhardt, Michael Villander and Robert Jackson. MIT License (see LICENSE.md for details).

engine-blueprint's People

Contributors

bertdeblock avatar gcheung55 avatar mike183 avatar rwjblue avatar trentmwillis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

engine-blueprint's Issues

Add Yarn support?

While trying to create new engine with this blueprint, I came across the error:

Error creating new application. Removing generated directory ./example-engine
Cannot find module '/Users/gcheung/.nvm/versions/node/v8.14.1/lib/node_modules/ember-cli/blueprints/addon/index'

I have ember-cli installed globally using Yarn, which is why the ember-cli/blueprints/addon/index isn't found.

only works with ember-cli < 2.15.0

There is an explicit call to Addon.generatePackageJson here in /index.js. Seems like this method was renamed to updatePackgeJson in ember-cli here, and released in [email protected].

Downgrading to a version of ember-cli <2.15.0 works with this blueprint.

Perhaps this could be mentioned in the README for now until this blueprint is updated.

`ember g route <route-name> --in-repo <engine>` not adding the right route on routes.js

Ember CLI: 3.16.0
Ember: 3.16.0
Ember Data: 3.16.0
Ember-engines: 0.8.5

While running this command to generate a route inside the in-repo engine, the routes and the respective files are generated, but the entry inside routes.js of the in-repo engine isn't updated.

Not sure if this is the right repo for tracking this issue, but feel free to close if not.

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.