Labs/Jetpack/Release Notes/1.0b1: Difference between revisions

Jump to navigation Jump to search
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>  
**<code>
  mkdir addonDirectory  
mkdir addonDirectory
  cd addonDirectory
cd addonDirectory
  cfx init
cfx init
  </pre>
</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}})
**<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
46

edits

Navigation menu