Skip to content

A tool to make dev environment setup at your engineering organization painless and consistent. Written in golang

License

Notifications You must be signed in to change notification settings

KiranGopalakrishnan/dev-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-up allows you to specify a configuration for your development environment so that your environment setups are not painfully long and full of outdated information. dev-up eliminates the need for having work environment setup documentation that you have to keep updated.

Yaml configuration example

profile: dev-environment-setup
    execute:
        - program: custom-program
        - command: get config
    lifecycle:
        - install:
            app: python
            version: 13.6.5
            env:
                - name: something1
                value: value of something
                - name: something2
                value: something2-value
        - install:
            app: node
            version: 13.6.5
            env:
                - name: something1
                value: value of something
                - name: something2
                value: something2-value

About

A tool to make dev environment setup at your engineering organization painless and consistent. Written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages