日本語版はこちら
Introduce to Existing Projects
If you want to introduce poac into an existing project, go to the project's directory and run poac init
:
$ poac init
"./poac.yml" was created.
After that, you can use poac by executing poac install hello_world
, etc. as you did in 2.1. Creating a New Project.