lerna create  <name> [loc]
Create a new lerna-managed package
Arguments
Options
| Name | Description | 
|---|
| --access  <scope> | Set the scope of the package | 
| --bin  [executableName] | Package has an executable | 
| --description | Package description | 
| --dependencies  <dependencies...> | A list of package dependencies | 
| --es-module | Initialize a transpiled ES Module | 
| --homepage | The package homepage, defaulting to a subpath of the root pkg.homepage | 
| --keywords  <keywords...> | A list of package keywords | 
| --license | The desired package license (SPDX identifier) | 
| --private | Make the new package private, never published | 
| --registry | Configure the package's publishConfig.registry | 
| --tag | Configure the package's publishConfig.tag | 
| --yes | Skip all prompts, accepting default values |