Skip to content

Guaxinim5573/what-to-code-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-to-code-cli

Get a random idea from https://what-to-code.com/ preview.png

Installation

Releases

Get a release from github releases.

tar xvf what-to-code*.tar.gz
cd what-to-code-cli
sudo ./install.sh

From source

git clone https://github.com/Guaxinim5573/what-to-code-cli
cd what-to-code-cli
sudo make # Same as `make build && make install`
Avaible make targets
make build        # Builds with --release
make build-debug  # Builds without --release
make install      # Installs what-to-code (needs root permissions)
make uninstall    # Uninstall what-to-code (needs root permissions)

License

This program uses LGPL-2.1 license.