Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keynmol/sutin

Hassle-free scaffolding script
https://github.com/keynmol/sutin

Last synced: about 2 months ago
JSON representation

Hassle-free scaffolding script

Awesome Lists containing this project

README

        

sutin
======

Hassle-free scaffold generation engine. Use it to very quickly create experimental environments.

**Install:** `pip3 install git+https://github.com/keynmol/joe_docker.git`

**Example:** `sutin scala hello-scala` will create a minimal SBT scala project in `hello-scala/`

Available templates: `r`, `r-package`, `scala`, `spark`.

```
usage: sutin [-h] [-f] template [folder]

positional arguments:
template select a template for your new project
folder folder in which to create the project

optional arguments:
-h, --help show this help message and exit
-f, --force force create project even if the folder is not empty
```