0.0.1 • Published 1 year ago

@bud-tools/ext-scripts v0.0.1

Weekly downloads
-
License
EPL-2.0 OR GPL-2....
Repository
-
Last release
1 year ago

Description

budtoolsext is a command line tool to run shared npm scripts in BudTools packages.\ For instance, if you want add a new hello script that prints Hello World:

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

Additional Information

License

Trademark

"BudTools" is a trademark of the Eclipse Foundation https://www.eclipse.org/budtools