Metadata-Version: 2.1
Name: projen-types
Version: 0.1.6
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

## 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


