vladimirpotekhin / ng-morph

Code mutations in schematics were never easier than now.

Home Page:https://tinkoffcreditsystems.github.io/ng-morph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo ng-morph

npm version

Code mutations in schematics were never easier than now.

npm i --save-dev ng-morph

You also need @angular-devkit/core and @angular-devkit/schematics to be installed.

What is it?

It is a large set of tools that speeds up your work with Angular schematics. It has ts-morph under the hood and allows you to manipulate with safe TypeScript AST.

Why is it better than default schematics?

🛠 There are many tools made for working with Angular. You can easily find and manipulate TS and Ng entities.

✅ You work with an abstract tree and it can be replaced, for example, with virtual tree for testing instead of real file system. So, you can test your schematics rapidly fast.

How to start

Install the package and visit our documentation

Core team

Igor Katsuba
Igor Katsuba
Roman Sedov
Roman Sedov

License

🆓 Feel free to use our library in your commercial and private applications

All ng-morph packages are covered by Apache 2.0

Read more about this license here

About

Code mutations in schematics were never easier than now.

https://tinkoffcreditsystems.github.io/ng-morph/

License:Apache License 2.0


Languages

Language:TypeScript 94.0%Language:HTML 4.5%Language:JavaScript 1.1%Language:Less 0.5%