Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
fix: Update to latest Basalt
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 16, 2021
1 parent 23a6699 commit 0f07eef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
2 changes: 1 addition & 1 deletion basalt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = 'glue'
slug = 'glue'
version = ''
authors = ['Edwin Kofler <edwin@kofler.dev>']
description = ''
description = 'Hypergeneral boilerplate manager and task runner'

[run]
dependencies = ['https://github.com/hyperupcall/bash-args.git@80bef81360e259a3d51a3ff2d635e4ae28349354']
Expand Down
2 changes: 1 addition & 1 deletion pkg/bin/glue
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 0f07eef

Please sign in to comment.