Metadata-Version: 2.1
Name: cdk-valheim
Version: 0.0.9
Summary: cdk-valheim
Home-page: https://github.com/gotodeploy/cdk-valheim.git
Author: gotodeploy<1491134+gotodeploy@users.noreply.github.com>
License: Apache-2.0
Project-URL: Source, https://github.com/gotodeploy/cdk-valheim.git
Description: # cdk-valheim
        
        A high level CDK construct of [Valheim](https://www.valheimgame.com/) dedicated server.
        
        ## API
        
        See [API.md](API.md)
        
        ## Example
        
        ```python
        # Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
        ValheimWorld(stack, "ValheimWorld",
            cpu=2048,
            memory_limit_mi_b=4096,
            environment={
                "SERVER_NAME": "CDK Valheim",
                "WORLD_NAME": "Amazon",
                "SERVER_PASS": "fargate"
            }
        )
        ```
        
        ## Testing
        
        * Snapshot
        
        ```sh
        yarn test
        ```
        
        * Integration
        
        ```sh
        npx cdk -a "npx ts-node src/integ.valheim.ts" diff
        npx cdk -a "npx ts-node src/integ.valheim.ts" deploy
        ```
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
