2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
Kunal Dabir
e7588f0b11 update installation instrcutions 2017-08-28 22:27:58 +05:30
Kunal Dabir
abf5c53474 Merge pull request #13 from kdabir/has
`has` is new `master`
2017-08-28 22:12:50 +05:30
Kunal Dabir
1745c1d2b2 node was not there on travis, git must be :) 2017-08-28 22:10:04 +05:30
Kunal Dabir
c4695a0bdd add basic tests and travis config 2017-08-28 21:37:44 +05:30
Kunal Dabir
f3329d3d08 update license 2017-08-28 21:11:51 +05:30
Kunal Dabir
59a3369956 First cut of has
No need to install anything, no need to hit any url. all you need is bash. Many rough edges, many commands missing. there are potential unsafe operations like eval. but still feels much simpler than previous edition.
2017-08-28 21:11:32 +05:30
Kunal Dabir
d0b7da1d19 lets make a fresh start 2017-08-28 21:09:06 +05:30
Kunal Dabir
affcf6783d update readme for the dqhub changes 2015-03-02 09:58:18 +05:30
Kunal Dabir
29f85a03d3 update for grunt cli 2015-03-02 09:44:26 +05:30
Kunal Dabir
357f64967d basic logging for the command patterns that came in request. 2015-02-13 17:05:54 +05:30
Kunal Dabir
83c46501e0 add requirejs 2015-02-13 15:46:01 +05:30
Kunal Dabir
ebe59833f3 extracting regex for version matching in setup. bit ugly, but can be refactored later. also grep was acting different on mac/linux mac/BSD grep no longer has -P so finally using egrep. character class \d was not working on some linux so used :digit: 2015-02-13 13:20:25 +05:30
Kunal Dabir
7eccca0a44 More version goodies. ability to disable version display. 2015-02-13 10:13:23 +05:30
Kunal Dabir
45616090c8 guillotine strips query params by default. turn that feature off. 2015-02-13 07:49:31 +05:30
Kunal Dabir
b316fde795 add specific ruby and thin in Gemfile. also add Procfile for Heroku. 2015-02-12 22:24:57 +05:30
Kunal Dabir
2841d0f2f9 going away with the preselected groups as it is quite subjective matter. now build accepts patterns. Expose the app over web and have a shortened url long check strings. 2015-02-12 19:55:29 +05:30
Kunal Dabir
8e3299d017 remove generated scripts from repo. we are moving to mode such that installation wont be required. bash-only support is moved to a separate branch. 2015-02-12 19:31:37 +05:30
Kunal Dabir
d60b2fd47c adding usual suspects for project root 2015-02-12 19:28:24 +05:30
Kunal Dabir
433f670a3f First prototype of extracting and printing version of commands 2015-02-12 19:22:54 +05:30
Kunal Dabir
055457d499 Merge pull request #9 from dexterous/master
Update reporter; colourize output
2014-05-12 15:52:26 +03:00
Saager Mhatre
11984e8d81 Update reporter; colourize output
Closes #6
2014-05-12 15:44:56 +05:30
Kunal Dabir
c17b6d2afa fix typo in yeoman. 2014-04-23 23:08:17 +05:30
Kunal Dabir
f20ce01af2 minor updates to readme 2014-04-12 01:09:51 +05:30
Kunal Dabir
3fb43e69b3 add checks for common shell utility tools/commands 2014-04-10 13:01:35 +05:30
Kunal Dabir
3af5cc3cd0 Merge pull request #4 from dexterous/master
Make build artifacts executable
2014-04-08 21:49:48 +05:30
Saager Mhatre
aa71039f4f Build artifacts with new build script 2014-04-08 21:48:26 +05:30
Saager Mhatre
e2702935b4 Update build script; make artifacts executable 2014-04-08 20:18:34 +05:30
Saager Mhatre
8065f2f80f Update build script; refactor groups into loop 2014-04-08 20:17:55 +05:30
Kunal Dabir
0ef6b58790 add description to custom build 2014-03-05 11:13:16 +05:30
Kunal Dabir
d94d2b6ac8 update examples for custom builds 2014-03-05 11:08:08 +05:30
Kunal Dabir
b929dd92fd fix typo in the build 2014-03-05 03:50:32 +05:30
Kunal Dabir
63a0f7adb8 initial commit 2014-03-05 03:46:26 +05:30
Kunal Dabir
78e6748593 Initial commit 2014-02-20 08:09:25 -08:00