24 lines
484 B
Markdown
24 lines
484 B
Markdown
# promptbox
|
|
|
|
[](https://hex.pm/packages/promptbox)
|
|
[](https://hexdocs.pm/promptbox/)
|
|
|
|
```sh
|
|
gleam add promptbox@1
|
|
```
|
|
```gleam
|
|
import promptbox
|
|
|
|
pub fn main() {
|
|
// TODO: An example of the project in use
|
|
}
|
|
```
|
|
|
|
Further documentation can be found at <https://hexdocs.pm/promptbox>.
|
|
|
|
## Development
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
```
|