lerna create <name> [loc]

Create a new lerna-managed package

Arguments

NameDescription
name
loc

Options

NameDescription
--access <scope>Set the scope of the package
--bin [executableName]Package has an executable
--descriptionPackage description
--dependencies <dependencies...>A list of package dependencies
--es-moduleInitialize a transpiled ES Module
--homepageThe package homepage, defaulting to a subpath of the root pkg.homepage
--keywords <keywords...>A list of package keywords
--licenseThe desired package license (SPDX identifier)
--privateMake the new package private, never published
--registryConfigure the package's publishConfig.registry
--tagConfigure the package's publishConfig.tag
--yesSkip all prompts, accepting default values