Metadata-Version: 2.1
Name: projen-types
Version: 0.1.7
Summary: My custom projen project types
Home-page: https://github.com/mnoumanshahzad/projen-types.git
Author: mnoumanshahzad<mnoumanshahzad@hotmail.com>
License: Apache-2.0
Project-URL: Source, https://github.com/mnoumanshahzad/projen-types.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Projen Types

Additional [projen](https://github.com/projen/projen.git) project types

<!-- github action status and package version badges -->

[![release](https://github.com/mnoumanshahzad/projen-types/actions/workflows/release.yml/badge.svg)](https://github.com/mnoumanshahzad/projen-types/actions/workflows/release.yml)
[![GitHub version](https://badge.fury.io/gh/mnoumanshahzad%2Fprojen-types.svg)](https://badge.fury.io/gh/mnoumanshahzad%2Fprojen-types)
[![npm version](https://badge.fury.io/js/projen-types.svg)](https://badge.fury.io/js/projen-types)
[![PyPI version](https://badge.fury.io/py/projen-types.svg)](https://badge.fury.io/py/projen-types)

## Getting Started

To create a new project, run the following command and follow the instructions:

```bash
  $ mkdir my-project
  $ cd my-project
  $ npx projen new --from projen-types <PROJECT-TYPE>
  🤖 Synthesizing project...
  ...
```

## Project types

* mns-awscdk-app-py - AWS CDK app in Python
* mns-awscdk-app-ts - AWS CDK app in Typescript


