Skip to content

Latest commit

 

History

History
118 lines (87 loc) · 3.2 KB

setup.adoc

File metadata and controls

118 lines (87 loc) · 3.2 KB

Setup

Build a local development environment

  1. Create repository with this template

    • gh repo create <REPOSITORY_NAME> --public --template hituzi-no-sippo/template-repository

    • Use this template

  2. Clone repository
    gh repo clone <REPOSITORY_NAME> && cd <REPOSITORY_NAME>

  3. Install aqua that is tool version manager with shell script

    1. Download aqua
      bash ./scripts/deps/download_aqua.sh

    2. Add aqua to the environment variable PATH
      export PATH="${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH"

  4. Run setup shell script
    bash ./scripts/setup.sh

Repository setting on GitHub

Note

The following content is the same as the content in a document under docs/dev directory. This is because it includes a content from another file. Include a content by using include directive in AsciiDoc.

CI

GitHub Actions

Security

GitHub Actions

Note
Security works without install GitHub App.

If you want to notify security alert, install GitHub App.

Dependencies

GitHub Actions

Test


The license for this document is MIT-0 License.
Does not require preservation of copyright and license notices.

Copyright © 2023 hituzi no sippo