You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Lorin Beer (JIRA)" <ji...@apache.org> on 2014/04/16 18:44:14 UTC

[jira] [Created] (CB-6453) [CLI] Experimental Refactor

Lorin Beer created CB-6453:
------------------------------

             Summary: [CLI] Experimental Refactor
                 Key: CB-6453
                 URL: https://issues.apache.org/jira/browse/CB-6453
             Project: Apache Cordova
          Issue Type: Improvement
          Components: CLI
            Reporter: Lorin Beer
            Assignee: Lorin Beer


[editing in progress]

I've started an experimental refactor of the Cordova CLI. This is to improve the overall code quality, and solve issues which face projects which consume Cordova CLI as a dependency.

The refactor will drastically change how the CLI operates internally, but will be backwards compatible and nonbreaking.

# goals

- improve project stability when used as a cli
- improve project stability when consumed as an api
- improve modularization of code
- non breaking

# architecture
currently:
# 
CDV. 
    BUILD
    CREATE
    ....
the goal
CLI
    CDV
CDV.
    BUILD
    CREATE
    ....


    



--
This message was sent by Atlassian JIRA
(v6.2#6252)