diff --git a/README.md b/README.md index d6b2838..3de9dd5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Glue +Hypergeneral boilerplate manager and task runner + +-- + Glue is the manifestation of a generalized task runner with respect to language agnosticity If you have a Node project, are you tired of the following monotonous tasks? diff --git a/basalt.toml b/basalt.toml index 3b9e3ca..36022dd 100644 --- a/basalt.toml +++ b/basalt.toml @@ -3,7 +3,7 @@ name = 'glue' slug = 'glue' version = '' authors = ['Edwin Kofler '] -description = '' +description = 'Hypergeneral boilerplate manager and task runner' [run] dependencies = ['https://github.com/hyperupcall/bash-args.git@80bef81360e259a3d51a3ff2d635e4ae28349354'] diff --git a/pkg/bin/glue b/pkg/bin/glue index 161a651..b7aefc2 100755 --- a/pkg/bin/glue +++ b/pkg/bin/glue @@ -3,5 +3,5 @@ eval "$(basalt-package-init)"; basalt.package-init basalt.package-load -source "$BASALT_PACKAGE_PATH/pkg/lib/cmd/glue.sh" +source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/glue.sh" glue.main "$@"