1.0.1 • Published 2 years ago

npm-hello-lee v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

npm-test

publish npm package

在线文档链接

usage

使用

  • Commands
    • lerna publish: Create a new release of the packages that have been updated. Prompts for a new version and updates all the packages on git and npm
    • lerna version
    • lerna bootstrap:Bootstrap the packages in the current Lerna repo. Installing all their dependencies and linking any cross-dependencies.
    • lerna list:List all of the public packages in the current Lerna repo.
    • lerna changed:Check which packages have changed since the last release.
    • lerna diff:Diff all packages or a single package since the last release.
    • lerna exec
    • lerna run:Run an npm script in each package that contains that script.
    • lerna init:Create a new lerna repo or upgrade an existing repo to the current version of Lerna.
    • lerna add
    • lerna clean
    • lerna import:Import the package in the local path <pathToRepo> into packages/<directory-name> with commit history.
    • lerna link
    • lerna create
    • lerna info

documents