VLXI-Cookiecutter-Research

Julia Quick Reference

Authors
Kevin T. Chu <kevin@velexi.com>


Table of Contents

  1. Julia Package Manager Commands

  2. Making a Julia Package Importable


1. Julia Package Manager Commands


2. Making a Julia Package Importable

To make Julia code in the src directory importable using the import X syntax in Julia, the following conditions must be satisified.