UNPKG

692 BMarkdownView Raw
1A workspace has a single CLI configuration file, `angular.json`, at the top level.
2The `projects` object contains a configuration object for each project in the workspace.
3
4You can edit the configuration directly in a code editor,
5or indirectly on the command line using this command.
6
7The configurable property names match command option names,
8except that in the configuration file, all names must use camelCase,
9while on the command line options can be given in either camelCase or dash-case.
10
11For further details, see [Workspace Configuration](guide/workspace-config).
12
13For configuration of CLI usage analytics, see [Gathering an Viewing CLI Usage Analytics](./usage-analytics-gathering).
\No newline at end of file