46
edits
Line 16: | Line 16: | ||
'''New features:''' | '''New features:''' | ||
* <code>init</code> option in <code>cfx</code> command, let create an addon sample for the easy and fast experimentation and development expirience of addon SDK developers. ({{bug|566814}}) | * <code>init</code> option in <code>cfx</code> command, let create an addon sample for the easy and fast experimentation and development expirience of addon SDK developers, all developers have to do is: | ||
<code> | |||
mkdir addonDirectory | |||
cd addonDirectory | |||
cfx init | |||
</code> | |||
<code>init</code> will add new functionalities in future like creation of public/private keypair and the directory creation when would be needed. | |||
({{bug|566814}}) | |||
* 604499 myk Need to be able to use old addon id as the id for Jetpack SDK generated extension | * 604499 myk Need to be able to use old addon id as the id for Jetpack SDK generated extension |
edits