3.6.4 • Published 11 months ago
@celljs/component v3.6.4
CLI for cell packages.
cell-component is a command line tool to run shared npm scripts in cell packages.
For instance, if you want add a new hello script that prints Hello World:
- add a new script to package.json with the
ext:prefix.
{
"name": "@celljs/component",
"scripts": {
"ext:hello": "echo 'Hello World'"
}
}- install
cell-componentin your package (the actual version can be different)
{
"name": "@celljs/mycomponent",
"devDependencies": {
"@celljs/component": "^0.1.1"
}
}- you should be able to call
helloscript in the context of your package:
npx cell-component hello- and from npm scripts of your package:
{
"name": "@celljs/mycomponent",
"scripts": {
"hello": "cell-component hello"
}
}3.5.14
12 months ago
3.5.13
12 months ago
3.5.12
12 months ago
3.5.11
1 year ago
3.5.10
1 year ago
3.5.7
1 year ago
3.5.6
1 year ago
3.6.4
11 months ago
3.5.5
1 year ago
3.6.3
12 months ago
3.5.4
1 year ago
3.5.9
1 year ago
3.5.8
1 year ago
3.4.0
1 year ago
3.3.0
1 year ago
3.2.0
1 year ago
3.6.2
12 months ago
3.5.3
1 year ago
3.4.4
1 year ago
3.6.1
12 months ago
3.5.2
1 year ago
3.4.3
1 year ago
3.6.0
12 months ago
3.5.1
1 year ago
3.4.2
1 year ago
3.4.1
1 year ago
3.1.1
2 years ago
3.1.0
2 years ago
3.0.0
2 years ago