Skip to content

fortran01/cdk-pipeline

Repository files navigation

cdk-pipeline

PyPI version Build Status Documentation Status

CDK to create a CDK pipeline

Features

  • TODO

Requirements

  • TODO

Usage

  • TODO

Development

  • Make utility

Set up the environment using the provided Makefile. Follow these steps:

  1. Ensure you have make installed on your system. You can check this by running make --version in your terminal. Install or update make if needed.
  2. Install the necessary dependencies by running make install or make all.
  3. Create a Python virtual environment by running python3 -m venv --prompt cdk_pipeline venv. Activate it by running source venv/bin/activate.
  4. Verify the installation by running cdk_pipeline --version. If the tool is installed correctly, it should display the version number.
  5. Run the tool for example by running python -m cdk_pipeline --help.
  6. Exit the virtual environment by running deactivate.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published