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, all developers have to do is: | * <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: | ||
<pre> | |||
mkdir addonDirectory | |||
mkdir addonDirectory | cd addonDirectory | ||
cd addonDirectory | cfx init | ||
cfx init | </pre> | ||
</ | <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}}) | |||
({{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