| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This folder contains all the scripts that can be run using devkit-admin.
In order to be able to use the DevKit scripts, you must first run:
$ npm linkThis will link the binaries included in this repository, which includes the devkit-admin binary. This document describes each scripts available.
Runs all benchmarks of the repo. Benchmarks are run like Jasmine tests, but when the test are passing also record performance metrics. An example is the file packages/angular_devkit/core/src/json/parser_benchmark.ts.
There's no flags associated with this script.
Builds the repo and the pack files. The output of build is in dist/ and contains 1 tgz per package which can be installed (the result of npm pack on that package), and a directory using the name of the package to publish.
Flags:
Creates a changelog draft in GitHub releases.
Flags:
Runs tslint on the whole repo.
Flags:
Outputs a JSON containing all informations from the package script (main files, repo names, versions, deps, etc).
Builds and published the packages to npm.
Flags:
General version and release manager.
Usage:
$ devkit-admin releaseOutputs all the packages, their versions and their hashes. By default, excludes private packages that are only used in the repo (such as private schematics). With the --verbose flag will output the private packages as well.
By adding a command, the release script will update the version;
By default, the release script will increment versions of packages that have changed. Use the --force flag to change the version of all packages, even those who haven't changed.
e.g.
$ devkit-admin release minor-beta --forceSerialize JSON Schema into .d.ts files. This script is deprecated and doesn't work anymore.
Create and upload snapshots. This is used in CI.
Flags:
Calculates and output the list of special thanks.
Flags:
Compile and outputs the templates. For now, only README is being built and outputted.
Run API and unit tests using Bazel.
Run integration tests using Bazel.
Performs BUILD files, commit messages and license validation.
Flags:
| Back | FazBrowse Home | New Git URL |