Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.03 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.03 KB

Timelock Worker



Documentation   •   Build   •   Configuration   •   Usage   •   Development

Development

Getting Started

Install the developments tools and dependencies to get started.

Install asdf

asdf is a tool version manager. All dependencies used for local development of this repo are managed through asdf. To install asdf:

  1. Install asdf
  2. Follow the instructions to ensure asdf is shimmed into your terminal or development environment

Install task

task is an alternative to make and is used to provide commands for everyday development tasks. To install task:

  1. Add the asdf task plugin: asdf plugin add task
  2. Install task with asdf install task
  3. Run task -l to see available commands

Installing Dependencies

Now that you have asdf and task installed, you can install the dependencies for this repo:

task install:tools

Linting

task lint