Commit Graph

24 Commits (9c34a8f0d881833f9c972d0bdc91717c5ff31ef6)

Author SHA1 Message Date
Ben Peachey 79bfbceef7 Fix incorrect function export name. 2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 3 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 3 years ago
jwerle f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 3 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 3 years ago
Ben Peachey 4af346da14 Fix more Shellcheck violations. 3 years ago
Ben Peachey 28b14b9fdd Fix all Shellcheck SC2034 violations. 3 years ago
Ben Peachey a53a6648cc Fix all Shellcheck SC2155 violations. 3 years ago
Ben Peachey ef99e9550d Fix all Shellcheck SC2219 violations. 3 years ago
Ben Peachey d30daebb1b Fix all Shellcheck SC2236 violations. 3 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 3 years ago
Ben Peachey 0485cbd0ba Fix all Shellcheck SC2059 violations. 3 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 3 years ago
Ben Peachey ca20c53aff Add support for bpkg.json, next to package.json. 3 years ago
Joseph Werle 9bbe98c624 bpkg.io > bpkg.sh
Update script to reflect new domain
7 years ago
Abdelkafi Ahmed 0617f26461 Replace ` ` with $( ) inside strings and in commands (#77)
* Changed how to execute shell commands inside output strings

* Removed the extra { }

* Drop changes to JSON files inside lib/json
8 years ago
Joseph Werle ac0f1f5d16 Merge pull request #68 from nfischer/fix-return-status
Fix template return code generated by `bpkg init`
8 years ago
Nate Fischer b570ebfcd0 Clarify that "username" means "Github username" 8 years ago
Nate Fischer 887fb48c11 Fix template return code generated by `bpkg init` 8 years ago
Joseph Werle 7cc8b1e126 fix typo 9 years ago
Chris Carpita 5ad5fc9318 Improvements to bpkg init
- Generate README.md file with description and install directions pre-filled
- Generate $NAME.sh file with boilerplate, including source-check, usage,
-   argument processing, and version print.
- Nice default for package.json "install" field
- Initialize git repo if one does not exist
- Fix issue with prompt where delete key erased prompt, by using `read -p`
10 years ago
Dominic Giglio ac6b1c86f0 grr redirection 10 years ago
Dominic Giglio ce020ab885 add -e 10 years ago
Ben Kogan 6393eb48d8 Add bpkg-init script 10 years ago