https://github.com/mkbeh/sale-program-preparator
https://github.com/mkbeh/sale-program-preparator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkbeh/sale-program-preparator
- Owner: mkbeh
- License: mit
- Created: 2020-02-10T17:34:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T21:51:48.000Z (over 6 years ago)
- Last Synced: 2025-01-29T19:48:45.430Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preparation for sale program
Simple cli utility for preparing cloned program for
sale or something else.
**Features**
* Removes directories and files
* .idea
* .vscode
* .git
* .gitignore
* Checks license in require files
Exclude:
* LICENSE
* README.md
* Archives program
## Usage
### Options
* **remote-repository** - receives URL of remote repository
such as github/gitlab
* **check-license** - checks the license text in each
file , exclude: LICENSE and README.md
* **archive** - archives prepared directory of cloned
repository.