| 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.
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:
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 --forceCreate and upload snapshots. This is used in CI.
Flags:
Compile and outputs the templates. For now, only README is being built and outputted.
Performs BUILD files and license validation.
Flags:
| Back | FazBrowse Home | New Git URL |