3.6.4 • Published 5 months ago

@celljs/component v3.6.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

7 months ago

3.5.7

7 months ago

3.5.6

7 months ago

3.6.4

5 months ago

3.5.5

7 months ago

3.6.3

6 months ago

3.5.4

7 months ago

3.5.9

7 months ago

3.5.8

7 months ago

3.4.0

10 months ago

3.3.0

11 months ago

3.2.0

12 months ago

3.6.2

6 months ago

3.5.3

7 months ago

3.4.4

8 months ago

3.6.1

6 months ago

3.5.2

7 months ago

3.4.3

8 months ago

3.6.0

6 months ago

3.5.1

7 months ago

3.4.2

10 months ago

3.4.1

10 months ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago