@cryptomania-clothing/crypto-apparel-links 1.0.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.
- package/README.md +36 -0
- package/index.js +21 -0
- package/package.json +28 -0
package/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Cryptomania Clothing
|
|
2
|
+
|
|
3
|
+
Crypto-inspired apparel for Bitcoin, Ethereum and Web3 communities.
|
|
4
|
+
|
|
5
|
+
1,450+ original designs across hoodies, t-shirts, caps, mugs and accessories — organised by coin ecosystem, product type and culture theme.
|
|
6
|
+
|
|
7
|
+
## Shop
|
|
8
|
+
|
|
9
|
+
Visit [cryptomaniaclothing.com](https://www.cryptomaniaclothing.com) to browse the full catalogue.
|
|
10
|
+
|
|
11
|
+
### Collections by Coin
|
|
12
|
+
- [Bitcoin Apparel](https://www.cryptomaniaclothing.com/collections/bitcoin)
|
|
13
|
+
- [Ethereum Apparel](https://www.cryptomaniaclothing.com/collections/ethereum)
|
|
14
|
+
- [Solana Apparel](https://www.cryptomaniaclothing.com/collections/solana)
|
|
15
|
+
- [XRP Apparel](https://www.cryptomaniaclothing.com/collections/xrp)
|
|
16
|
+
- [Cardano Apparel](https://www.cryptomaniaclothing.com/collections/cardano)
|
|
17
|
+
- [Web3 & Blockchain](https://www.cryptomaniaclothing.com/collections/web3)
|
|
18
|
+
|
|
19
|
+
### Collections by Product
|
|
20
|
+
- [Crypto Hoodies](https://www.cryptomaniaclothing.com/collections/crypto-hoodies)
|
|
21
|
+
- [Crypto T-Shirts](https://www.cryptomaniaclothing.com/collections/crypto-t-shirts)
|
|
22
|
+
- [Crypto Caps](https://www.cryptomaniaclothing.com/collections/crypto-caps)
|
|
23
|
+
- [Crypto Mugs](https://www.cryptomaniaclothing.com/collections/crypto-mugs)
|
|
24
|
+
- [Crypto Gifts](https://www.cryptomaniaclothing.com/collections/crypto-gifts)
|
|
25
|
+
|
|
26
|
+
## First Order Discount
|
|
27
|
+
|
|
28
|
+
Use code **WELCOME15** for 15% off your first order.
|
|
29
|
+
|
|
30
|
+
## About
|
|
31
|
+
|
|
32
|
+
Founded by Michail Neochoritis, based in Cyprus. Ships worldwide via Printful. Designs are crypto-inspired and independent — not official merchandise.
|
|
33
|
+
|
|
34
|
+
- Instagram: [@cryptomania.clo](https://www.instagram.com/cryptomania.clo)
|
|
35
|
+
- TikTok: [@cryptomania.clo](https://www.tiktok.com/@cryptomania.clo)
|
|
36
|
+
- Pinterest: [cryptomaniaclothing](https://www.pinterest.com/CryptomaniaClothing)
|
package/index.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cryptomania Clothing
|
|
3
|
+
* Crypto-inspired apparel for Bitcoin, Ethereum and Web3 communities.
|
|
4
|
+
* 1,450+ original designs — hoodies, tees, caps, mugs and more.
|
|
5
|
+
* Ships worldwide from Cyprus.
|
|
6
|
+
*
|
|
7
|
+
* Store: https://www.cryptomaniaclothing.com
|
|
8
|
+
* Instagram: @cryptomania.clo
|
|
9
|
+
* TikTok: @cryptomania.clo
|
|
10
|
+
*
|
|
11
|
+
* Use code WELCOME15 for 15% off your first order.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
module.exports = {
|
|
15
|
+
name: 'Cryptomania Clothing',
|
|
16
|
+
url: 'https://www.cryptomaniaclothing.com',
|
|
17
|
+
description: 'Crypto-inspired apparel for Bitcoin, Ethereum and Web3 communities',
|
|
18
|
+
designs: '1450+',
|
|
19
|
+
collections: ['Bitcoin', 'Ethereum', 'Solana', 'XRP', 'Cardano', 'Web3'],
|
|
20
|
+
discount: 'WELCOME15'
|
|
21
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cryptomania-clothing/crypto-apparel-links",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Cryptomania Clothing — crypto-inspired apparel for Bitcoin, Ethereum and Web3 communities. 1,450+ original designs, ships worldwide.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"homepage": "https://www.cryptomaniaclothing.com",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/cryptomaniaclothing/crypto-apparel-links"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"bitcoin",
|
|
13
|
+
"ethereum",
|
|
14
|
+
"crypto",
|
|
15
|
+
"apparel",
|
|
16
|
+
"clothing",
|
|
17
|
+
"web3",
|
|
18
|
+
"solana",
|
|
19
|
+
"xrp",
|
|
20
|
+
"blockchain",
|
|
21
|
+
"hodl"
|
|
22
|
+
],
|
|
23
|
+
"author": "Michail Neochoritis <contact@cryptomaniaclothing.com> (https://www.cryptomaniaclothing.com)",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://www.cryptomaniaclothing.com/pages/contact"
|
|
27
|
+
}
|
|
28
|
+
}
|