Add More info

Intent to Implement - Extension Manager Tool for Crosswalk Projects

Requirement
===========
Crosswalk needs a tool to manage the extensions for crosswalk projects.
This tool will have following features.
1. Add extensions from online or local.
2. Remove added extensions.
3. List out existing extensions.
4. Search extensions by keyword among existing extensions.

Related feature in JIRA
===================
https://crosswalk-project.org/jira/browse/XWALK-1947

Affected Components
=================
make_apk.py

Target Platform
=============
Crosswalk for Android

Design
======
1. create a new python script "extension_manager.py"
2. "extension_manager.py" has 4 sub commands, add, remove, list, search.
3. Every crosswalk project will have a "extensions" path. All extensions, which 
will be packaged into project, are living here.
4. "add" command can download an extension online or copy an extension from 
somewhere on local machine to "extensions" path.
5. "remove" command just remove an extension from "extension" path by extension 
name.
6. "list" command list out all extensions in "extension" path.
7. "search" command list out extensions, which name matching keyword.

Thanks
Shawn

_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to