A command line utility for creating ambitious julia apps.
Project description
+-----------------------------------------------------------------+----------+
| | |
| **julz** | |
| | |julz| |
| *A command line utility for creating scalable julia apps.* | |
| | |
+-----------------------------------------------------------------+----------+
-------------------------
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|serve) [options]`` | Serve Julia website |
+-------------------------------------------------------------------+---------------------------------------------+
Project Architecture
~~~~~~~~~~~~~~~~~~~~
- ``./``
+ ``README.md``
+ ``Gemfile``
+ ``Gemfile.lock``
+ ``lib``
+ ``tmp``
+ ``vendor``
+ ``config``
- ``initializers``
- ``application.jl``
- ``include_all.jl``
- ``export_all_except.jl``
- ``environment.jl``
- ``environments``
+ ``development.jl``
+ ``test.jl``
+ ``production.jl``
+ ``app``
- ``functions``
- ``methods``
- ``types``
- ``macros``
- ``controllers``
- ``views``
+ ``test``
- ``test_helper.jl``
- ``functions``
- ``methods``
- ``types``
- ``macros``
- ``controllers``
- ``views``
.. |julz| image:: https://raw.githubusercontent.com/djsegal/julz/master/julz_logo.png
| | |
| **julz** | |
| | |julz| |
| *A command line utility for creating scalable julia apps.* | |
| | |
+-----------------------------------------------------------------+----------+
-------------------------
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|serve) [options]`` | Serve Julia website |
+-------------------------------------------------------------------+---------------------------------------------+
Project Architecture
~~~~~~~~~~~~~~~~~~~~
- ``./``
+ ``README.md``
+ ``Gemfile``
+ ``Gemfile.lock``
+ ``lib``
+ ``tmp``
+ ``vendor``
+ ``config``
- ``initializers``
- ``application.jl``
- ``include_all.jl``
- ``export_all_except.jl``
- ``environment.jl``
- ``environments``
+ ``development.jl``
+ ``test.jl``
+ ``production.jl``
+ ``app``
- ``functions``
- ``methods``
- ``types``
- ``macros``
- ``controllers``
- ``views``
+ ``test``
- ``test_helper.jl``
- ``functions``
- ``methods``
- ``types``
- ``macros``
- ``controllers``
- ``views``
.. |julz| image:: https://raw.githubusercontent.com/djsegal/julz/master/julz_logo.png
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
julz-1.0.3.tar.gz
(9.7 kB
view details)
Built Distribution
julz-1.0.3-py2.py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file julz-1.0.3.tar.gz
.
File metadata
- Download URL: julz-1.0.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ad1321e72e9e0aa43eaec7d9988a94dac0459f3dae94820cf4041a3e20ba1fb |
|
MD5 | 2c07ec2e525e6d555a0946b8369d73ff |
|
BLAKE2b-256 | 178be34ec63f15086b707aea04fdb014f5a08c12987c92c011ff83ec38f9c96f |
File details
Details for the file julz-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: julz-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee3eb9da13d0176238245c3ebb1fc7240cc8d325e6f8c42d8085b9547b331d1b |
|
MD5 | 62038d2fdeb266ff2fe1a4675f274c50 |
|
BLAKE2b-256 | 5fe35a1c4330d536b9da1d22115d0494dded4adbdb2296f29a61528c6fda690d |