Skip to content

_ Technical Guide _

Fahmi Akbar Wildana edited this page Feb 26, 2019 · 2 revisions

This project is structured as polyglot monorepo. It uses Justfile to define the common task which runs all language-specific tasks and watchexec to run a task on file change. For tasks that are specific to some programming language, it will use their own. For example:

Language CLI Config File
Javascript npm or lerna package.json + lerna.json
Rust cargo Cargo.toml
Python pipenv Pipfile
Clone this wiki locally