···11-# forma
22-33-[](https://hex.pm/packages/forma)
44-[](https://hexdocs.pm/forma/)
55-66-```sh
77-gleam add forma@1
88-```
99-```gleam
1010-import forma
1111-1212-pub fn main() {
1313- // TODO: An example of the project in use
1414-}
1515-```
1616-1717-Further documentation can be found at <https://hexdocs.pm/forma>.
1818-1919-## Development
2020-2121-```sh
2222-gleam run # Run the project
2323-gleam test # Run the tests
2424-```
+1-1
forma/gleam.toml
formz/gleam.toml
···11-name = "forma"
11+name = "formz"
22version = "1.0.0"
3344# Fill out these fields if you intend to generate HTML documentation or publish
···11+# formz
22+33+[](https://hex.pm/packages/formz)
44+[](https://hexdocs.pm/formz/)
55+66+```sh
77+gleam add formz@1
88+```
99+```gleam
1010+import formz
1111+1212+pub fn main() {
1313+ // TODO: An example of the project in use
1414+}
1515+```
1616+1717+Further documentation can be found at <https://hexdocs.pm/formz>.
1818+1919+## Development
2020+2121+```sh
2222+gleam run # Run the project
2323+gleam test # Run the tests
2424+```