Skip to content

Generates the Fibonacci sequence up to the amount you choose.

License

Notifications You must be signed in to change notification settings

KTools2202/fibonacci-counter-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fibonacci-counter-CLI

Generates the Fibonacci sequence up to the amount you choose.

How to use

Like any other command, you add arguments to your command to form the complete command. * means the command is required.

  • --count(*): The amount of numbers in the squence you want to calculate.
  • --display(*): How to display the output? Do you want to output all numbers in the sequence or only the end number?
  • --copy: Copies the output.
  • --print: Prints the output.

Credits

The inspiration for this app was from @Obsidianninja11, who created a bookmarklet & Vencord plugin to count in Fibonacci. Thanks!

About

Generates the Fibonacci sequence up to the amount you choose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages