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

https://github.com/mkbeh/sale-program-preparator


https://github.com/mkbeh/sale-program-preparator

Last synced: 12 months ago
JSON representation

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.