omnipin 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +42 -0
  3. package/dist/cli.js +28700 -0
  4. package/package.json +80 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Omnipin
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ <div align="center">
2
+
3
+ <img src="logo.svg" height="75" width="75" />
4
+ <h1>Omnipin</h1>
5
+
6
+ [![GitHub Workflow
7
+ Status][gh-actions-img]][github-actions] ![npm](https://img.shields.io/npm/dt/omnipin?style=for-the-badge&logo=npm&color=%232B4AD4&label)
8
+
9
+ <sub>The ultimate decentralized website deployment toolkit</sub>
10
+ </div>
11
+
12
+ **Omnipin** is a trustless command-line website deployment tool with
13
+ automatic content replication and secure ENS updates, powered by
14
+ Safe. No sign up required.
15
+
16
+ ## Features
17
+
18
+ - **Replicate anywhere**. Pin the website to independent storage providers in one command.
19
+ - **Multiple storage protocols**. Complete IPFS and Swarm integration.
20
+ - **Use your existing ENS or DNS name**. Automatic updates of [ENS](https://ens.domains) names and DNS names through [DNSLink](https://dnslink.dev).
21
+ - **Protected with Safe**. Multiple integrations for every security need.
22
+ - **Tiny size**. Less than 1MB single file distribution.
23
+ - **Perfect for automation**. Instant install, CI/CD pipeline templates.
24
+
25
+ ## Docs
26
+
27
+ Read the [docs](https://omnipin.eth.link).
28
+
29
+ ## What people say
30
+
31
+ ### "Most flexibility, lowest trust assumptions"
32
+
33
+ Walletbeat uses Omnipin to deploy to IPFS. It was selected after [contrasting it against many other web3 deployment options](https://github.com/walletbeat/walletbeat/blob/beta/governance/decisions/2025-walletbeat-hosting.md), and Omnipin stood out as the one with the most flexibility, user control, lowest trust assumptions, lowest-dependency, and not locked into any specific provider.
34
+
35
+ Omnipin makes it easy to automate deployment to multiple IPFS providers for redundancy, gate deployment success by actual replication and availability on popular IPFS gateways for reliability, and to update the onchain ENS records to point to the deployed IPFS CID to boot (without granting CI any authority beyond ENS record updates). Runs great with Helios too.
36
+
37
+ In other words, Omnipin is the missing deployment tool that makes it feasible to adopt the cypherpunk standards and technologies that web3 frontends should strive to adopt. No more excuses now.
38
+
39
+ [polymutex.eth](https://farcaster.xyz/polymutex.eth), core dev of WalletBeat
40
+
41
+ [github-actions]: https://github.com/omnipin/omnipin/actions
42
+ [gh-actions-img]: https://img.shields.io/github/actions/workflow/status/omnipin/omnipin/ci.yml?branch=main&style=for-the-badge&logo=github&label=&color=%232B4AD4