fastly compute init
Initialize a new Compute@Edge package locally
Options
| Name | Description | 
|---|---|
| --name  <name> | Name of package, falls back to --directory | 
| --description  <description> | Description of the package | 
| --directory  <directory> | Destination to write the new package, defaulting to the current directory | 
| --author  <author> | Author(s) of the package | 
| --language  <language> | Language of the package | 
| --from  <from> | Local project directory, or Git repository URL, or URL referencing a .zip/.tar.gz file, containing a package template | 
| --force | Skip non-empty directory verification step and force new project creation |