# @amplication/code-gen-utils

> This library was generated with [Nx](https://nx.dev).

Latest version **0.0.9** (published 2023-12-06) · 0 weekly downloads

## Install

```sh
npm install @amplication/code-gen-utils
pnpm add @amplication/code-gen-utils
yarn add @amplication/code-gen-utils
bun add @amplication/code-gen-utils
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2023-12-06 |
| First published | 2022-12-15 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 32.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | amplication-bot, mulygottlieb, levivannoort, overbit, barshimi, morhag, amitbarletz, yuvalhazaz |

## Links

- npm: https://www.npmjs.com/package/@amplication/code-gen-utils
- npm.io page: https://npm.io/package/@amplication/code-gen-utils

## Dependencies (7)

- [tslib](https://npm.io/package/tslib.md) 2.6.2
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [recast](https://npm.io/package/recast.md) ^0.20.5
- [prettier](https://npm.io/package/prettier.md) ^2.7.1
- [ast-types](https://npm.io/package/ast-types.md) ^0.14.2
- [@babel/types](https://npm.io/package/@babel/types.md) 7.23.0
- [@babel/parser](https://npm.io/package/@babel/parser.md) 7.23.0

## Recent versions

- 0.0.9 (latest) — 2023-12-06
- 0.0.8 — 2023-12-06
- 0.0.7 — 2023-10-26
- 0.0.6 — 2023-10-10
- 0.0.5 — 2023-04-03
- 0.0.5-beta.0 — 2023-03-23
- 0.0.4 — 2023-02-01
- 0.0.3 — 2022-12-22
- 0.0.2 — 2022-12-15
- 0.0.1 — 2022-12-15

## README

# util-code-gen-utils

This library was generated with [Nx](https://nx.dev).

## Building

Run `nx build util-code-gen-utils` to build the library.

## Running unit tests

Run `nx test util-code-gen-utils` to execute the unit tests via [Jest](https://jestjs.io).

## Publish to npm

In order to publish to npm `@amplication/code-gen-utils` run the following:

```sh
# From the monorepo root folder
npm i

npx nx build util-code-gen-utils

cd ./dist/libs/util/code-gen-utils

npm publish --access public ....
```

---
_Source: https://npm.io/package/@amplication/code-gen-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
