2.0.5 • Published 9 months ago

@npmversion/workspace v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@npmversion/workspace

This package deals with NPM packages for the tool

Usage

Method updatePackageVersion

It will update the package version in the package.json from the current context. It will also update the NPM packages declared in the package.json.

It allows the following parameters:

  • packageVersion (string): required parameter.
  • cwd (string): required parameter.

Method computeWorkspace

It will read the NPM packages declared in the package.json and returns an appropriate Workspace model

It allows the following parameters:

  • cwd (string): required parameter.

Commands

  • npm run dev:linting: Lint files
  • npm test: Run tests
  • npm run test:coverage: Run tests and see coverage reports

Contributing

2.0.5

9 months ago

2.0.4

9 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

10 months ago