1.6.0 • Published 7 years ago

@pfa/schematics v1.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

PFA Schematics

Schematic to create a new Angular builder.

latest Build Status Dependency Status devDependency Status Commitizen friendly semantic-release

License

Contributing

Goal

Make it easier for starters to develop their own builders.

Usage

In order to use the schematics to generate the builder, you can use npx or pnpx:

npx \ # pnpx
  -p @angular-devkit/schematics-cli \
  -p @pfa/schematics \
  schematics @pfa/schematics:builder --name="my-builder" --path="my-builder-path"

Or you can install both packages globally and run the schematics cli:

npm i -g @angular-devkit/schematics-cli @pfa/schematics

schematics @pfa/schematics:builder --name="my-builder" --path="my-builder-path"

Or if you are using yarn:

yarn global add @angular-devkit/schematics-cli @pfa/schematics

schematics @pfa/schematics:builder --name="my-builder" --path="my-builder-path"

Or even if you are using pnpm:

pnpm install --global @angular-devkit/schematics-cli @pfa/schematics

schematics @pfa/schematics:builder --name="my-builder" --path="my-builder-path"

Running those commands will create a directory with the name you provided with the path option, if you didn't, it will use the name option as the directory name.

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago