Metadata-Version: 2.1
Name: ncfour-us-projen-utils
Version: 0.1.7
Summary: @ncfour-us/projen-utils
Home-page: https://github.com/ncfour-us/projen-utils.git
Author: Tim Hahn<hahntj@gmail.com>
License: MIT
Project-URL: Source, https://github.com/ncfour-us/projen-utils.git
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: constructs<11.0.0,>=10.6.0
Requires-Dist: jsii<2.0.0,>=1.132.0
Requires-Dist: projen<0.100.0,>=0.99.70
Requires-Dist: publication>=0.0.3
Requires-Dist: typeguard==2.13.3

# projen-utils

This project contains a couple of constructs which are meant
to be used with the [projen]() project.  These utilities
extend existing `projen` constructs to enable easier development
of TypeScript ESM projects/packages as well as handling
`pre-commit` configuration in `projen`-managed projects.

## Badges

## Installation

Install using `npm`, `yarn`, or `pnpm` (preferred).

```bash
pnpm add --save-dev @ncfour-us/projen-utils
```

## Getting Started

## Contributing

Fork this repository and submit a PR.

## Authors

* Tim Hahn ([hahntj@gmail.com](mailto:hahntj@gmail.com), github: @climbertjh)

## License

The project is covered by the MIT license, see [LICENSE](./LICENSE).

## Acknowledgements
