Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/recuencojones/caddy-npm

Install caddy with npm
https://github.com/recuencojones/caddy-npm

caddyserver go-npm npm-package

Last synced: 3 months ago
JSON representation

Install caddy with npm

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/caddy-npm.svg)](https://badge.fury.io/js/caddy-npm)

# caddy-npm

Installs [caddy](https://github.com/caddyserver/caddy) with `npm` using [go-npm](https://github.com/sanathkr/go-npm).

## Publishing

Update `version` field in `package.json` with the latest release of `caddy`.
Also check `goBinary.url` object to make sure binaries have matching versions.

Then run:

```
npm publish
```

## Testing

To test linux architectures (amd64, arm64, armv7 and i386), run the following:

```
docker-compose build
```