Commit Graph

41 Commits (master)

Author SHA1 Message Date
Sam Likins 79481450fe
List Commands with Descriptions (#161)
* Updated `utils.sh` with `bpkg_exec_exist` and `bpkg_exec_or_exit`.
* Updated scripts with `bpkg_exec_or_exit`.
* Updated `install.sh` to utilize utility functions.
* Updated `runner` in `run.sh`.
* Added `--list` option to `run.sh`.
* Added `commands-description` to `bpkg.json`.
* Updated README TOC and missing `dependencies-dev` section.
* Added `commands-description` section to README.
* Corrected failing shellcheck.
1 year ago
Sam Likins e2e373acf6 Added missing markdown links. 1 year ago
Sam Likins df685b5f68 Added `commands` run configuration documentation and correct TOC. 1 year ago
jwerle 7950dc0055 fix(bpkg-package): fix package value emission cleanup 2 years ago
jwerle 9bdca13391 doc(README.md): update sponsors 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago
jwerle c9ef8595ec refactor(): support custom 'deps/' dir 2 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 2 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 2 years ago
Ben Peachey ca20c53aff Add support for bpkg.json, next to package.json. 2 years ago
sinkcup d5f6bcb199 docs: remove GitHub generated code 3 years ago
sink 501633af82 docs: remove command prefix(#135) 3 years ago
Jean Claveau 37008f0560 Update README Fixes #76 4 years ago
Jess 04e699c4c4 Added backers and sponsors on the README 6 years ago
Ben Peachey 1107d7608c Changes various (text) files to *not* be executable
This change affects LICENSE, README.md, package.json and Makefile files.
6 years ago
Christopher B. Hauser 364b7cdb98 Travis integration for testing, issue #85 (#86)
* fix scripts array for loop, issue #82

* add travis ci

* add sudo to install in /usr/...

* bugfix sudo

* Update README.md

* change travis badge to bpkg for PR
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
7 years ago
Joseph Werle c746f3618e Merge pull request #63 from gregorynicholas/master
updates README.md install docs
8 years ago
Joseph Werle 4fbebd4126 Merge pull request #65 from reduxionist/patch-1
Update README.md
8 years ago
Anders D. Johnson 6965c42429 fix readme typo "omission" 8 years ago
Konstantin Baierer 4fcc571d02 Add Table of Contents to README 8 years ago
Jonathan Barratt fb513cdc51 Update README.md
fix minor typos
8 years ago
gregory nicholas 6a2f4fc933 updates README.md install docs
- updates the url to curl for `setup.sh`
8 years ago
brandonocasey 5b707579cb added files array support to install/package.json
updated readme with files entry
moved package.json copy near the start of install
moved directory creation to the start of install
moved getdeps to the start of install
8 years ago
Troy Howard af0efc54c5 add recursive dependency resolution via package.json 8 years ago
Sebastian Schuberth 4fbae9141a Refer to "setup.sh" instead of an "install" script
This is a fixup for bff2fde.
9 years ago
Sebastian Schuberth bff2fde9c9 Get rid of the dependency on "make" to install "bpkg"
Rename install.sh to setup.sh in order to take the Makefile targets.
Former make target names are now passed to the script like

$ ./setup.sh uninstall

Fixes #45.
9 years ago
Sebastian Schuberth 3c6a141444 README: Minor wording improvements 9 years ago
Philipp Bosch d5d943dafc Make curl-based install command easier to copy and paste 9 years ago
JuanPablo cd3d39aa4a readme: about script to deps/bin in local install 9 years ago
JuanPablo 09b3d2fae1 dependencies to readme 9 years ago
JuanPablo 960fe81e85 make install in a user directory 9 years ago
Joseph Werle 744fb8917d Update README.md 10 years ago
Joseph Werle 620bd5c18c Update README.md 10 years ago
Joseph Werle 323ccff081 Update README.md 10 years ago
Joseph Werle 88cb8d468a Update README.md 10 years ago
Alexandre Dantas 677b3e9ae3 Improved README.md, making it more user-friendly 10 years ago
Joseph Werle c362fccd7f more info in readme about new installs 10 years ago
Joseph Werle 8950991f43 udpate README 10 years ago
Yazhong Liu 6f66fea805 just improve UX and update README 10 years ago
Joseph Werle 81cec6d0f9 Initial commit 10 years ago