forked from stdlib-js/stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.txt
More file actions
61 lines (59 loc) · 3.39 KB
/
usage.txt
File metadata and controls
61 lines (59 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Usage: make <cmd>
make help Print this message.
make repl Start a REPL environment.
make notes Search for code annotations.
make list-sources List all source files (excluding examples and tests).
make list-examples List all example files.
make list-tests List all test files.
make list-tests-fixtures List all test fixture files.
make list-benchmarks List all benchmark files.
make list-files List files.
make list-pkgs List all packages.
make list-pkgs-names List all package names.
make list-pkgs-namespaces List all package namespaces.
make list-pkgs-clis List all package command-line interfaces.
make list-pkgs-addons List all packages with native add-ons.
make list-pkgs-wasm List all packages containing WebAssembly.
make list-pkgs-tree List all packages as a tree.
make list-pkgs-installed List installed packages.
make list-licenses List licenses of installed package dependencies.
make list-deps-licenses List root package dependency licenses.
make list-licenses-summary Generate a license summary.
make list-contributors List contributors.
make examples Run examples.
make test Run tests.
make test-summary Run tests and output a test summary.
make test-node-versions Run tests against specific Node.js versions.
make test-cov Run tests with code coverage.
make test-browsers Run tests in a local web browser.
make tools-test Run tests for project tools.
make tools-test-cov Run tests for project tools with code coverage.
make view-cov View the most recent code coverage report.
make view-browser-tests View browser tests in a local web browser.
make benchmark Run benchmarks.
make src-docs Generate source documentation.
make view-src-docs View source documentation.
make markdown-equations Process Markdown equations.
make citation-reference Return a citation reference.
make links-insert Create a link entry in the link database.
make lint Lint files.
make lint-markdown Lint Markdown files.
make lint-javascript Lint JavaScript files.
make lint-filenames Lint filenames.
make lint-pkg-json Lint package.json files.
make complexity Generate complexity reports.
make complexity-javascript Generate a JavaScript complexity report.
make check-deps Check if dependencies are up-to-date.
make check-licenses Check package dependency licenses.
make install Run install sequence.
make install-node Run Node install sequence.
make install-node-modules Install Node dependencies.
make install-node-addons Install Node add-ons.
make install-deps Install external library dependencies.
make clean Run all cleanup tasks.
make clean-node Run Node cleanup tasks.
make clean-node-modules Remove Node dependencies.
make clean-node-addons Remove Node add-ons.
make clean-deps Remove external library dependencies.
make inspect.VARIABLE Print the runtime value of a VARIABLE.
make assert.VARIABLE Assert that a VARIABLE is set.