Coder Social home page Coder Social logo

cdkactions's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cdkactions's Issues

Clean up CI config

Do a deep dive of the current CI config + scripts and see if there are any optimizations that can be made (like hardcoding 0.0.0 in a few places instead of using a separate file for it)

Allow workflow events with no configuration

Very cool project!

Perhaps there is a way of doing this, but I will share what we are going for since I don't seem to be able to achieve it.

Here is the expected config:

on:
  push:
    branches:
      - develop
      - release/**
  pull_request:
    # runs on any PR

Workflow config I'm attempting to use:

    const workflow = new Workflow(this, 'test', {
      name: 'Test',
      on: {
        pullRequest: {},
        push: {
          branches: ['develop', 'release/**']
        }
      }
    });

Result:

image

Python documentation

JSII is already publishing python packages to PyPI write additional documentation for how to use it.

  • examples
  • cli init
  • documentation
  • integration tests

Escape hatches

Create some sort of an escape hatch that allows users to modify any arbitrary field during the synth process. This will probably require creating a Construct subclass with an addPatch method that each cdkactions class then subclasses. See cdk8s for an example.

CLI tests

Figure out how to test yargs properly

Additional configuration around the output files

What do you think about adding some additional config options to customize the output files?

  • File extension - yaml vs yml
  • File prefix - cdkactions_

This would allow projects to maintain consistency with their own preferred conventions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.