Thanks to visit codestin.com
Credit goes to github.com

Skip to content

inflated-goboscript/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base.gs

base conversion

This is a base conversion library which is built for goboscript. It is designed to be used with inflator.

Credits

https://www.rapidtables.com/convert/number/base-converter.html

Installation

Make sure you have inflator installed. It's installable from the gtp.

inflate install base

add base to your inflator.toml config:

[dependencies]
# ...
base = "base"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/inflated-goboscript/base
  2. cd base
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3