CircleCI-Archived / orb-starter-kit

A starter kit for new orb authors
https://circleci.com/orbs
MIT License
27 stars 23 forks source link

Create script "Orb init" #2

Closed KyleTryon closed 5 years ago

KyleTryon commented 5 years ago

What does this do?

The Orb init script will walk you through creating your first Orb via a CLI application. The script will use this project as a template to help the user create an automatic build-test-deploy workflow for Orb development with minimal startup time.

Branch

https://github.com/CircleCI-Public/orb-starter-kit/tree/initScript

Script

https://github.com/CircleCI-Public/orb-starter-kit/blob/initScript/orb-init.sh

Expected behavior

Running the CLI should result in the user publishing their first dev version of their orb with a hello-world command.

Considerations

KyleTryon commented 5 years ago

Ready to begin testing. If successful better logic will need to be implemented for catching errors.