Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abikesa/worthy

JAMA worthy
https://github.com/abikesa/worthy

bash python r stata unix webapp

Last synced: 20 days ago
JSON representation

JAMA worthy

Awesome Lists containing this project

README

        

### Directory Structure

```sh
iam/
├── _build/
│ └── html/
│ ├── webApp/
│ │ ├── assets/
│ │ │ └── js/
│ │ │ └── script.js
│ │ ├── styles/
│ │ │ └── style.css
│ │ ├── risk.html
│ │ └── README.md
│ │
│ ├── chapter1.html
│ ├── chapter2.html
│ │ .
│ │ .
│ │ .
│ ├── chapter8.html
│ ├── index.html
│ ├── intro.html
│ ├── README.html
│ .
│ .
│ .
├── _config.yml
├── _toc.yml
├── chapter1.ipynb
├── chapter2.ipynb
│ .
│ .
│ .
├── chapter8.md
├── intro.md
├── README.md
└── requirements.txt

```

```sh
git clone https://github.com/abikesa/workflow && mv workflow new && new/setup_myenv.sh && source myenv/bin/activate && iam/pre_build.sh && jb build iam && iam/post_build.sh && new/jbb_https.sh
```