Skip to content
Josh Bavari edited this page May 15, 2015 · 5 revisions

Due to the current project having most if not all of it's core logic pulled out to a library, contributions can get a little hairy.

This page should help clear that up a bit.

First off, some commands have been fully extracted to the library. Those commands can be found here.

The commands that have not been migrated, they core logic still lives in the CLI codebase.

For example - the upload command has not been migrated yet. Any changes to it should be kept to the Ionic-CLI repository until it is extracted into the library.

The start command has been extracted. As you can see in the start file, it will pull of command arguments and options and divert calls to the Start command from within the ionic-app-lib module.

Pull requests

Any pull requests that have logic changing in the CLI should be posted here.

If your command change requires changing the ionic-app-lib, post an issue with a link to that PR.

Clone this wiki locally