hebi is a cli tool for initializing javascript project directories. This exists because none of the existing js package managers allow the user to customize their init command. While this doesn't do that `yet`, it generates the stuff I want at project initialization.
Note
README is still TODO
Note
TODO
Note
TODO
gleam run # Run the project
gleam test # Run the testsThis project is licensed under the MIT license.
gleam add hebi@1import hebi
pub fn main() {
// TODO: An example of the project in use
}Further documentation can be found at https://hexdocs.pm/hebi.