@anedomansky/ngx-workspace-schematic

1.4.1 • Public • Published

ngx-workspace-schematic

npm version

An angular schematic for creating complete workspaces.

Features

  • generate a complete Angular workspace consisting of one library and an accompanying application
  • the generated Angular workspace comes with pre-configured code quality tools like ESLint, Prettier and Stylelint
  • the standard testing tools are replaced by Jest

Installation

npm install -g @anedomansky/ngx-workspace-schematic

Usage

You can use the Angular CLI command ng new with the following options:

ng new --collection @anedomansky/ngx-workspace-schematic

The command will ask you for the name of the workspace, the namespace for your initial library and finally for the name of your initial library.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.1
    1
    • latest

Version History

Package Sidebar

Install

npm i @anedomansky/ngx-workspace-schematic

Weekly Downloads

2

Version

1.4.1

License

MIT

Unpacked Size

61.2 kB

Total Files

71

Last publish

Collaborators

  • anedomansky