Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keynmol/sutin
- Owner: keynmol
- Created: 2016-01-30T22:10:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T00:03:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T14:29:02.319Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 projectoptional arguments:
-h, --help show this help message and exit
-f, --force force create project even if the folder is not empty
```