5.5.23 • Published 3 years ago

recce v5.5.23

Weekly downloads
30
License
MPL-2.0
Repository
github
Last release
3 years ago

Recce

Build Status Code Coverage License

Usage

$ npm install -g recce
$ recce COMMAND
running command...
$ recce (-v|--version|version)
recce/5.5.23 linux-x64 node-v14.15.4
$ recce --help [COMMAND]
USAGE
  $ recce COMMAND
...

Commands

recce build

Bundle the library for publishing.

USAGE
  $ recce build

OPTIONS
  -e, --entry=path            Path to the library entry point(s).
                              Can be specified multiple times.

  -m, --module=cjs|umd|esm    CommonJS, Universal Module Definition or EcmaScript modules.
                              EcmaScript modules are always enabled.
                              Can be specified multiple times.

  -o, --output=directory      Redirect output structure to a directory.

  -p, --project=path          Path to project's configuration file, or to a folder with a 'tsconfig.json'.

  --[no-]clean                Delete the output directory in advance.
                              Enabled by default.

  --[no-]concatenate-modules  Find segments of the module graph which
                              can be safely concatenated into a single module.
                              Enabled by default.

  --machine-readable          Produce machine readable JSON output.

  --[no-]minimize             Emit minifed JavaScript. Enalbed by default.

  --stats                     Write JSON files with compilation statistics.

EXAMPLES
  $ recce build -p [directory] -m esm -e src/hello.ts
  $ recce build -p [directory] -m cjs -e src/hello.ts -e src/world.ts
  $ recce build -m cjs -m umd -m esm -e src/hello.ts -e src/world.ts
  $ recce build --no-clean --no-minimize -m umd -e src/hello.ts

recce help [COMMAND]

Print usage and options.

USAGE
  $ recce help [COMMAND]

ARGUMENTS
  COMMAND  Command to show help for.

OPTIONS
  --all  See all commands in CLI.

recce test

Run tests on Node.js and in the browser.

USAGE
  $ recce test

OPTIONS
  -b, --browser=pattern       Glob pattern that matches test files to run on Node.js.
                              Can be specified multiple times.

  -n, --node=pattern          Glob pattern that matches test files to run in the browser.
                              Can be specified multiple times.

  -p, --project=path          Path to project's configuration file, or to a folder with a 'tsconfig.json'.

  --[no-]capture-console      Capture all console output and pipe it to the terminal.
                              Disabled by default.

  --[no-]coverage             Collect and report test coverage.
                              Enabled by default.

  --coverage-exclude=pattern  Glob pattern that matches files to execlude from coverage.
                              Can be specified multiple times.

  --reporter=reporter         Test coverage reporter(s): lcovonly, text, clover, cobertura, html,
                              json, json-summary, lcov, none, teamcity, text-lcov, text-summary.
                              Can be specified multiple times.

EXAMPLES
  $ recce test --browser 'src/**.spec.ts'
  $ recce test -p [directory] --browser 'src/**.spec.ts' --browser 'test/**.spec.ts'
  $ recce test -p [directory] --node 'src/**.spec.ts' --node 'test/**.spec.ts'
  $ recce test -p [directory] --node 'src/**.spec.ts' --browser 'src/**.spec.ts'
5.5.23

3 years ago

5.5.22

3 years ago

5.5.21

3 years ago

5.5.20

3 years ago

5.5.19

3 years ago

5.5.18

3 years ago

5.5.17

3 years ago

5.5.16

3 years ago

5.5.15

3 years ago

5.5.14

4 years ago

5.5.13

4 years ago

5.5.12

4 years ago

5.5.11

4 years ago

5.5.10

4 years ago

5.5.9

4 years ago

5.5.8

4 years ago

5.5.7

4 years ago

5.5.6

4 years ago

5.5.5

4 years ago

5.5.4

4 years ago

5.5.3

4 years ago

5.5.2

4 years ago

5.5.1

4 years ago

5.5.0

4 years ago

5.4.25

4 years ago

5.4.24

4 years ago

5.4.23

4 years ago

5.4.22

4 years ago

5.4.21

4 years ago

5.4.20

4 years ago

5.4.19

4 years ago

5.4.18

4 years ago

5.4.17

4 years ago

5.4.16

4 years ago

5.4.15

4 years ago

5.4.14

4 years ago

5.4.13

4 years ago

5.4.12

4 years ago

5.4.11

4 years ago

5.4.10

4 years ago

5.4.9

4 years ago

5.4.8

4 years ago

5.4.7

4 years ago

5.4.6

4 years ago

5.4.5

4 years ago

5.4.4

4 years ago

5.4.3

4 years ago

5.4.2

4 years ago

5.4.1

4 years ago

5.4.0

4 years ago

5.3.2

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.5

4 years ago

5.2.4

4 years ago

5.2.3

5 years ago

5.2.2

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.8

5 years ago

4.0.7

5 years ago

4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.2.4

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.9.0

5 years ago

1.8.5

5 years ago

1.8.4

5 years ago

1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.8

6 years ago

1.6.7

6 years ago

1.6.6

6 years ago

1.6.5

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago