@trxn/schematics
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

schematics

To develop schematics you can test your code via the @nrwl/devkit/testing and write your tests.

If you want to use it against the current workspace you need to build the code first and then use the nx g command. If you are developing you should use the build watch mode options to simply your process:

nx build schematics --watch
nx g ./dist/libs/schematics:<schematicName> [options]

How to use in your projects

npm i --save-dev @trxn/schematics
nx generate @trxn/schematics:<schemticName> [options]

Readme

Keywords

none

Package Sidebar

Install

npm i @trxn/schematics

Weekly Downloads

12

Version

2.2.5

License

none

Unpacked Size

307 kB

Total Files

306

Last publish

Collaborators

  • floross
  • edouarddemotes
  • dt-tractr