Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex7c0/scaffoldinpy
project builder from git repository in Python3
https://github.com/hex7c0/scaffoldinpy
python scaffolding
Last synced: about 1 month ago
JSON representation
project builder from git repository in Python3
- Host: GitHub
- URL: https://github.com/hex7c0/scaffoldinpy
- Owner: hex7c0
- License: gpl-3.0
- Created: 2014-10-05T14:22:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T13:43:53.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T19:19:46.400Z (9 months ago)
- Topics: python, scaffolding
- Language: Python
- Homepage: https://github.com/hex7c0/scaffoldinpy
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# scaffoldipy
[![Build Status](https://travis-ci.org/hex7c0/scaffoldinpy.svg?branch=master)](https://travis-ci.org/hex7c0/scaffoldinpy)
Build your project, cloning a skeleton from git repository and replace it with patterns.
You can write your own RegExp inside json file## API
Run through bash
```bash
python3 scaffold.py [email protected]:hex7c0/scaffoldinpy.git
```### scaffoldipy(options)
#### options
- `git` - **String** Git url and options *(default "required")*
- `-d`, `--dir` - **String** Name of a new directory to clone into *(default "False")*
- `-j`, `--json` - **String** Path of cfg json file *(default "False")*
- `-s`, `--suicide` - **Boolean** Remove json and script files after work *(default "True")*
- `-h`, `--help` - Show this help message and exit
- `-v`, `--version` - Show program's version number and exit## Examples
Take a look at my [examples](examples)
### [License GPLv3](LICENSE)