Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 296 Bytes

pdm-env-starter

  1. Create from script:

    bash <(curl -fsSo- https://raw.githubusercontent.com/tw-studio/pdm-env-starter/main/scripts/create_pdm_app.sh)
    
  2. Run pdm install

  3. Test the environment is loading properly with:

    • pdm echo:dev
    • pdm echo:stage