Comparing version 1.4.0 to 1.4.1
export * from './helpers/get-bootstrap-fn'; | ||
export * from './helpers/get-main-mofule'; | ||
export * from './helpers/get-main-module'; | ||
export * from './module'; |
@@ -5,4 +5,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./helpers/get-bootstrap-fn"), exports); | ||
tslib_1.__exportStar(require("./helpers/get-main-mofule"), exports); | ||
tslib_1.__exportStar(require("./helpers/get-main-module"), exports); | ||
tslib_1.__exportStar(require("./module"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ng-morph", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"peerDependencies": { | ||
@@ -25,3 +25,4 @@ "@angular-devkit/core": ">=11.0.0", | ||
"contributors": [ | ||
"Igor Katsuba <katsuba.igor@gmail.ru>" | ||
"Igor Katsuba <katsuba.igor@gmail.ru>", | ||
"Roman Sedov <79601794011@ya.ru>" | ||
], | ||
@@ -28,0 +29,0 @@ "repository": "https://github.com/TinkoffCreditSystems/ng-morph", |
@@ -1,5 +0,29 @@ | ||
# ng-morph | ||
# <img src="apps/demo/src/assets/images/ng-morph.png" alt="logo" width="48px"> ng-morph | ||
[![npm version](https://img.shields.io/npm/v/ng-morph.svg)](https://npmjs.com/package/ng-morph) | ||
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](https://ts-morph.com/) 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](TODO) | ||
## Core team | ||
@@ -20,3 +44,2 @@ | ||
<a | ||
style="margin-left: 8px" | ||
href="https://twitter.com/katsuba_igor" | ||
@@ -27,3 +50,3 @@ title="Twitter" | ||
width="16" | ||
src="https://image.flaticon.com/icons/svg/733/733579.svg" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/twitter.svg" | ||
/></a> | ||
@@ -33,6 +56,5 @@ <a href="https://github.com/IKatsuba" title="Github" | ||
width="16" | ||
src="https://image.flaticon.com/icons/svg/2111/2111425.svg" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/github.svg" | ||
/></a> | ||
<a | ||
style="margin-left: 8px" | ||
href="https://t.me/Katsuba" | ||
@@ -42,6 +64,39 @@ title="Telegram" | ||
width="16" | ||
src="https://image.flaticon.com/icons/svg/2111/2111644.svg" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/send.svg" | ||
/></a> | ||
</div> | ||
</td> | ||
<td align="center"> | ||
<a href="http://marsibarsi.me" | ||
><img | ||
src="https://github.com/marsibarsi.png?size=100" | ||
width="100" | ||
style="margin-bottom: -4px; border-radius: 8px;" | ||
alt="Roman Sedov" | ||
/><br /><b>Roman Sedov</b></a | ||
> | ||
<div style="margin-top: 4px"> | ||
<a | ||
href="https://twitter.com/marsibarsi" | ||
title="Twitter" | ||
><img | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/twitter.svg" | ||
/></a> | ||
<a | ||
href="https://github.com/marsibarsi" | ||
title="GitHub" | ||
><img | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/github.svg" | ||
/></a> | ||
<a | ||
href="https://t.me/marsibarsi" | ||
title="Telegram" | ||
><img | ||
width="16" | ||
src="https://raw.githubusercontent.com/feathericons/feather/master/icons/send.svg" | ||
/></a> | ||
</div> | ||
</td> | ||
</tr> | ||
@@ -48,0 +103,0 @@ </table> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
150873
108