Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 1.27 KB

Note that this package is not intended to have active maintenance, so reviews may be slow.

Expected behaviors:

  • if someone has postinstall available to them on their system, they should see a message about being encouraged to use ember-cli instead of ember.
  • after having accidentally installed ember instead of ember-cli, we want to forward commands to ember-cli, so that folks can remain productive. However, messaging also prints encouraging users to install the correct tool (ember-cli).
  • the exit code from the underlying ember-cli process, if invoked, should be forwarded to the invoking shell

To test that all of this works:

Local Testing

You need to install the local copy of the package globally. If you already have ember-cli installed, you'll need to uninstall that as it provides the ember bin.

you can install the local copy of this tool via npm install -g . However, this does not trigger postinstall, regardless of your ignore-scripts setting.