djsegal / julz_legacy

[deprecated] use following link instead:

Home Page:https://github.com/djsegal/Julz.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated:

Use https://github.com/djsegal/Julz.jl instead.


julz

A command line utility for creating scalable julia apps.

julz

Instillation

pip install julz

Usage

Command Description
julz new <app_path> [options] Start new project
julz scrap <app_path> [options] Scrap old project
julz (i|install) [options] Install Julia packages
julz (u|update) [options] Update Julia packages
julz (g|generate) <generator> <name> [<field>...] [options] Generate Julia file
julz (d|destroy) <generator> <name> [<field>...] [options] Destroy Julia file
julz (r|run) [options] Run Julia code
julz (t|test) [options] Test Julia code
julz (s|send) [options] Send Julia code elsewhere (unimplemented)

Project Architecture

  • ./
  • README.md
  • Gemfile
  • Gemfile.lock
  • lib
  • tmp
  • vendor
  • config
  • initializers
  • application.jl
  • input.jl
  • include_all.jl
  • export_all_except.jl
  • environment.jl
  • environments
  • development.jl
  • test.jl
  • production.jl
  • app
  • functions
  • methods
  • types
  • macros
  • test
  • test_helper.jl
  • functions
  • methods
  • types
  • macros

About

[deprecated] use following link instead:

https://github.com/djsegal/Julz.jl


Languages

Language:Python 80.7%Language:Julia 18.9%Language:Ruby 0.4%