1.37.0 • Published 5 years ago
@base-cms/dependency-tool v1.37.0
BaseCMS Dependency Tool
Command line tool for managing @base-cms project dependencies.
Installation
Add @base-cms/dependency-tool as a project dependency via Yarn or npm. You can also add this package globally and use it will all of your @base-cms projects, via yarn global add @base-cms/dependency-tool.
Usage
Upgrading deps
Once installed, run via the command line and target the project path you'd like to update:
basecms-dependencies upgrade ../path-to-your-projectIf the package uses Yarn workspaces, all sub-packages will also be updated.