Popularity
1.8
Stable
Activity
0.0
Stable
77
4
0

Description

🙏 Support your favourite open source projects

Programming language: Swift
License: MIT License
Tags: UI     iOS     macOS     Swift     Swift-package-manager     Carthage    
Latest version: v0.3.2

spasibo alternatives and similar libraries

Based on the "UI" category.
Alternatively, view spasibo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of spasibo or a related project?

Add another 'UI' Library

README

'Spasibo' means 'thank you' in Russian.

Spasibo is a simple command-line tool to supporting open-source frameworks.

Features

  • Based on Github Sponsors
  • Community Health files support
  • Cocoapods, Carthage, and Swift Package Manager support

Using

Run spasibo in project folder and see which of your dependencies support donations. Spasibo scans Podfile.lock, Cartfile and Package.swift files, checks that dependencies have FUNDING.yml and displays a list of funding sources.

Run spasibo --help to see available commands:

OVERVIEW: 🙏 Support your favourite open source projects

USAGE: spasibo [--path <path>] [--verbose]

OPTIONS:
  -p, --path <path>       The path to project directory. (default: <current directory>)
  -v, --verbose           Print status updates while running. 
  --version               Show the version.
  -h, --help              Show help information.

Installing

  • Homebrew (recommended): brew install artemnovichkov/projects/spasibo
  • Mint: mint run artemnovichkov/spasibo
  • From source: make install

Known issues

With some environments Spasibo may have a problems with Cocoapods. If you see Fail to run pod spec cat error, try to set PATH environment with you pod path. To do it, run:

$ which pod
path/to/your/pod
$ PATH=path/to/your/pod spasibo

If you know how to fix it properly, feel free to create a pull request or an issue with suggestion.

Author

Artem Novichkov, [email protected]

License

The project is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the spasibo README section above are relevant to that project's source code only.