1.3.7 • Published 2 years ago

@hyper-graph/cli v1.3.7

Weekly downloads
-
License
-
Repository
gitlab
Last release
2 years ago

HG CLI

Why?

You won't copy your scripts from package to package.

You can use hg command for all your packages in workspace.


NOTE

Works with pnp!


Commands

Common options

  • --log-level value, -l value - possible values are (debug, verbose, log, warn, error). warn is default

build

Will run typescript compiler from current directory.

For typescript config will be used tsconfig.build.json if exists or tsconfig.json as fallback.

hg build
  • --clean, -c - remove outDir before compilation
  • --watch, -w - will run typescript in watch mode. Use build:dev command instead.

build:dev

Same as build -w with watch mode via tsc-watch.

hg build:dev
  • --clean, -c - remove outDir before compilation.
  • --onSuccess script - will run script after each success compilations.

lint

Run eslint from current directory.

  • Enable cache by default.
  • Add typescript files extensions.
  • Use codeframe formatter by default.

lint:fix

Run lint command with eslint --fix flag.

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.18

3 years ago

1.1.2

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago