github.com/dnephin/dobi@v0.15.0/examples/project-setup/README.md (about)

     1  
     2  # Example - Project setup
     3  
     4  Some projects need customization before they can run. Often these
     5  requirements are documented in a README, and require a user to copy a
     6  default file into place and edit it manually.  With `dobi` these steps can be
     7  automated and enforced as a dependency of other tasks.
     8  
     9  This example demonstrates creating a `.env` file from user input and using the
    10  `setup` task as a dependency for other tasks.
    11  
    12  To run a project task:
    13  
    14      dobi app
    15  
    16  The first time you run the app, you'll be prompted for some options. Once the
    17  `.env` file exists you won't be prompted anymore.