2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-16 00:12:52 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
jwerle
c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2022-03-28 06:59:13 -07:00
jwerle
edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2022-03-23 11:16:59 -07:00
jwerle
f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 2022-03-23 11:16:59 -07:00
jwerle
de503e955e refactor(): support 'bpkg.json' 2022-03-23 11:16:59 -07:00
Ben Peachey
4af346da14 Fix more Shellcheck violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
28b14b9fdd Fix all Shellcheck SC2034 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
a53a6648cc Fix all Shellcheck SC2155 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
ef99e9550d Fix all Shellcheck SC2219 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
d30daebb1b Fix all Shellcheck SC2236 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
355a1bd49d Fix all Shellcheck SC2086 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
0485cbd0ba Fix all Shellcheck SC2059 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
2e17e87472 Fix all Shellcheck SC2053 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
ca20c53aff Add support for bpkg.json, next to package.json. 2022-03-23 11:16:59 -07:00
Joseph Werle
9bbe98c624 bpkg.io > bpkg.sh
Update script to reflect new domain
2017-07-26 13:12:14 -04:00
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
2017-02-06 10:28:58 -05:00
Joseph Werle
ac0f1f5d16 Merge pull request #68 from nfischer/fix-return-status
Fix template return code generated by `bpkg init`
2016-08-05 17:56:16 -04:00
Nate Fischer
b570ebfcd0 Clarify that "username" means "Github username" 2016-08-04 20:09:04 -07:00
Nate Fischer
887fb48c11 Fix template return code generated by bpkg init 2016-08-04 20:00:05 -07:00
Joseph Werle
7cc8b1e126 fix typo 2015-12-22 08:30:23 -05:00
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`
2014-10-10 13:39:08 -04:00
Dominic Giglio
ac6b1c86f0 grr redirection 2014-07-16 17:18:22 -04:00
Dominic Giglio
ce020ab885 add -e 2014-07-16 17:15:22 -04:00
Ben Kogan
6393eb48d8 Add bpkg-init script 2014-05-29 11:42:41 -04:00