@base-cms/dependency-tool

Command line tool for managing @base-cms project dependencies.

Usage no npm install needed!

<script type="module">
  import baseCmsDependencyTool from 'https://cdn.skypack.dev/@base-cms/dependency-tool';
</script>

README

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-project

If the package uses Yarn workspaces, all sub-packages will also be updated.