3.0.0 • Published 8 months ago

@anedomansky/ngx-workspace-schematic v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 name for your app and finally for the name of your library.

Version compatibility

ngx-workspace-schematicAngular
1.X.X16
2.X.X17
3.X.X18
3.0.0

8 months ago

2.0.0

8 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago