Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/recuencojones/caddy-npm
- Owner: RecuencoJones
- Created: 2020-02-05T12:04:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T09:15:34.000Z (over 4 years ago)
- Last Synced: 2024-08-08T19:42:17.121Z (6 months ago)
- Topics: caddyserver, go-npm, npm-package
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```