dionisos2 / Dev.jl

Some workflow help

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev

A package to help my personnal workflow

How to use

Install

shell> julia

julia> ]

pkg> add https://github.com/dionisos2/Utils.jl

pkg> add https://github.com/dionisos2/Dev.jl

Building a new package

shell> cd /path/to/julia/projects

shell> julia

julia> ]

pkg> generate Tmp

julia> ;

shell> cd Tmp

julia> using Dev

julia> init()

Starting a new session

shell> cd /path/to/package

shell> julia

julia> using Dev

julia> start()

Testing package

julia> test()

julia> cover() # You will need the genhtml command(markdown) to see stuffs

Misc

julia> rs #to force a Revise.revise

About

Some workflow help


Languages

Language:Julia 100.0%