3.6.4 • Published 6 months ago

@celljs/component v3.6.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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:

{
    "name": "@celljs/component",
    "scripts": {
        "ext:hello": "echo 'Hello World'"
    }
}
  • install cell-component in your package (the actual version can be different)
{
    "name": "@celljs/mycomponent",
    "devDependencies": {
        "@celljs/component": "^0.1.1"
    }
}
  • you should be able to call hello script 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

7 months ago

3.5.13

7 months ago

3.5.12

7 months ago

3.5.11

7 months ago

3.5.10

8 months ago

3.5.7

8 months ago

3.5.6

8 months ago

3.6.4

6 months ago

3.5.5

8 months ago

3.6.3

7 months ago

3.5.4

8 months ago

3.5.9

8 months ago

3.5.8

8 months ago

3.4.0

11 months ago

3.3.0

11 months ago

3.2.0

1 year ago

3.6.2

7 months ago

3.5.3

8 months ago

3.4.4

8 months ago

3.6.1

7 months ago

3.5.2

8 months ago

3.4.3

9 months ago

3.6.0

7 months ago

3.5.1

8 months ago

3.4.2

11 months ago

3.4.1

11 months ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago