3.6.4 • Published 9 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
10 months ago
3.5.13
10 months ago
3.5.12
10 months ago
3.5.11
10 months ago
3.5.10
10 months ago
3.5.7
11 months ago
3.5.6
11 months ago
3.6.4
9 months ago
3.5.5
11 months ago
3.6.3
10 months ago
3.5.4
11 months ago
3.5.9
10 months ago
3.5.8
10 months ago
3.4.0
1 year ago
3.3.0
1 year ago
3.2.0
1 year ago
3.6.2
10 months ago
3.5.3
11 months ago
3.4.4
11 months ago
3.6.1
10 months ago
3.5.2
11 months ago
3.4.3
12 months ago
3.6.0
10 months ago
3.5.1
11 months ago
3.4.2
1 year ago
3.4.1
1 year ago
3.1.1
1 year ago
3.1.0
1 year ago
3.0.0
1 year ago