0.33.0 • Published 4 years ago

@richlox/executor v0.33.0

Weekly downloads
-
License
EPL-2.0 OR GPL-2....
Repository
-
Last release
4 years ago

Shared NPM script for Theia packages.

theiaext is a command line tool to run shared npm scripts in Theia packages.

For instance, if you want add a new hello script that prints Hello World:

{
    "name": "@theia/ext-scripts",
    "scripts": {
        "ext:hello": "echo 'Hello World'"
    }
}
  • install theiaext in your package (the actual version can be different)
{
    "name": "@theia/myextension",
    "devDependencies": {
        "@theia/ext-scripts": "^0.1.1"
    }
}
  • you should be able to call hello script in the context of your package:
    npx theiaext hello
  • and from npm scripts of your package:
{
    "name": "@theia/myextension",
    "scripts": {
        "hello": "theiaext hello"
    }
}
0.33.0

4 years ago

0.32.3

4 years ago

0.32.2

4 years ago

0.32.1

4 years ago

0.32.0

4 years ago

0.31.0

4 years ago

0.30.5

4 years ago

0.30.2

4 years ago

0.30.1

4 years ago

0.30.0

4 years ago

0.28.0

4 years ago

0.27.0

4 years ago

0.26.0

4 years ago

0.25.0

4 years ago

0.24.0

4 years ago

0.23.2

4 years ago

0.23.0

4 years ago

0.22.5

4 years ago

0.22.4

4 years ago

0.22.3

4 years ago

0.22.2

4 years ago

0.22.1

4 years ago

0.22.0

4 years ago

0.21.10

4 years ago

0.21.7

4 years ago