Skip to content

Commit 2e6243b

Browse files
committed
docs: readme
1 parent a80035c commit 2e6243b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# string.gs
2+
3+
> String manipulation
4+
5+
This is a string library which is built for [goboscript](https://github.com/aspizu/goboscript).
6+
It is based on [the stdlib implementation](https://github.com/goboscript/std/), but it is designed to be used with [inflator](https://github.com/faretek1/inflator).
7+
8+
## Credits
9+
10+
- aspizu for original version in stdlib
11+
12+
## Installation
13+
14+
Make sure you have inflator installed
15+
16+
`inflate install https://github.com/FAReTek1/string`
17+
18+
add string to your `inflator.toml` config:
19+
```toml
20+
[dependencies]
21+
# ...
22+
string = "https://github.com/FAReTek1/string"
23+
```
24+
25+
## Development
26+
27+
use `inflate install -e .`:
28+
29+
1. clone the respository: `git clone https://github.com/FAReTek1/string`
30+
2. `cd string`
31+
3. `inflate install -e .`
32+
4. `cd test`
33+
5. `inflate`
34+
6. `goboscript build`
35+
7. open `test.sb3`

0 commit comments

Comments
 (0)