Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

mehdibo/go_ft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_ft

go_ft is a CLI tool made with Go to interact with the 42 API

Usage

Clone the repository with:

git clone https://github.com/mehdibo/go_ft.git
cd go_ft

Locally

To use the binary locally, just compile the binary

make

It will create a binary with the name go_ft and voila!

Globally

If you want to use go_ft globally just run

make install

go_ft is available wherever you go!

To uninstall it, simply run make uninstall

Configuration

You need to configure your oAuth credentials in a .yaml file If you ran make install, it created a .go_ft.yaml in your home folder.

Edit that with the appropriate values

About

This is a CLI tool to interact with the https://api.intra.42.fr/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published