2.0.0 • Published 4 years ago

workspacerun v2.0.0

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

workspacerun

Workspace apps runner

How to add workspacerun to your project

Run from your project:

npm i workspacerun --save-dev

How to publish new version to npm

If you're admin of the package:

npm publish

If you're not admin:

  • Ask one of the npm package admins to publish
    or
  • Ask one of the npm package admins to add you as package admin
    Managing npm team access

workspacerun apps

json file with apps map is located here:

wakka/code/tools/workspacerun/apps.json

Example of structure of map point:

{
  // Name of an app
  "name": "protoc",
  // Relative path to the app
  "path": "wakka/code/tools/protoc/protoc.js"
}

Running

Run from your project: workspacerun <name of an app>
Example: workspacerun protoc

2.0.0

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago