RecuencoJones
444a19000c
UPDATE error message
2019-03-25 20:46:51 +01:00
RecuencoJones
6234737be2
ADD travis integration
2019-03-25 20:44:06 +01:00
RecuencoJones
8257010937
ADD unit tests, split and refactor source code
2019-03-25 20:38:29 +01:00
David Recuenco
6eaf5fc9af
ADD win_ext to URL template variables
2019-03-25 15:18:43 +01:00
David Recuenco
9071f9b229
ADD unit testing for resource strategies
2019-03-21 10:53:17 +01:00
David Recuenco
6204be6ab1
UPDATE resource handling strategies
2019-03-21 10:34:52 +01:00
David Recuenco
ff032969a8
ALLOW download non .tar.gz releases
2019-03-20 13:47:40 +01:00
Sanath Kumar Ramesh
ff6d922659
Merge pull request #3 from jan-molak/master
...
Ensure the installation path exists
2017-09-29 12:20:07 -07:00
Jan Molak
1b0d186011
Ensure the installation path exists
...
When a `go-npm`-enabled module is installed, `go-npm` will pick a destination directory for said module's binary based on the output of `npm bin`. However, if there's no `node_modules` sub-directory present (which is the case when `npm` hoists the dependencies of such module up), the installation directory suggested by `npm bin` doesn't exist and the installation fails.
This fix ensures that the installation directory exists.
2017-09-27 13:30:21 +01:00
Sanath Kumar Ramesh
70405520b3
Updating Readme
2017-08-16 22:04:29 -07:00
Sanath Kumar Ramesh
e18f2df020
Compile to ES6
2017-08-10 23:47:34 -07:00
Sanath Kumar Ramesh
f3157c6c51
fixing typo
2017-08-10 23:19:46 -07:00
Sanath Kumar Ramesh
b3e2cb555f
Updating package.json to add github link
2017-08-10 23:16:09 -07:00
Sanath Kumar Ramesh
6e80d13fea
Windows binaries get a .exe extension
2017-08-10 23:09:01 -07:00
Sanath Kumar Ramesh
a3d7ec2081
v0.1.5
2017-08-10 22:38:52 -07:00
Sanath Kumar Ramesh
0c3ff082cb
Deduce bin installation path
2017-08-10 22:37:54 -07:00
Sanath Kumar Ramesh
7a2120067b
fixing bin path
2017-08-10 20:12:30 -07:00
Sanath Kumar Ramesh
b1a93ed857
v0.1.3
2017-08-10 20:10:13 -07:00
Sanath Kumar Ramesh
f03f985805
Moving to bin folder
2017-08-10 20:09:05 -07:00
Sanath Kumar Ramesh
5c19b1b1f9
Removing a wrong validation check
...
`bin` property of package.json must point to a binary that will
be copied by NPM into the NPM Installation's bin directory. This check
was assuming users would point to a directory containing the binary and
not the binary itself
2017-08-10 17:48:12 -07:00
Sanath Kumar Ramesh
5c337e9e48
v0.1.1
2017-08-07 23:43:09 -07:00
Sanath Kumar Ramesh
921f161b53
Do a global replace for URL interpolation
2017-08-07 23:37:01 -07:00
Sanath Kumar Ramesh
e879e81a02
Initial commit of Go NPM
...
Allows you to distribute and install Go binaries through NPM.
2017-08-07 23:18:49 -07:00
Sanath Kumar Ramesh
9e7c0a2a46
Initial commit
2017-08-07 23:15:48 -07:00