Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 511f3bd

Browse files
committed
readme
1 parent 571edfa commit 511f3bd

File tree

2 files changed

+25
-105
lines changed

2 files changed

+25
-105
lines changed

README.md

Lines changed: 13 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,20 @@
1-
# build
1+
# Interweb Build
22

3-
<p align="center">
4-
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"><br />
5-
__MODULEDESC__
3+
<p align="center" width="100%">
4+
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
65
</p>
76

8-
## install
9-
10-
```sh
11-
npm install build
12-
```
13-
## Table of contents
14-
15-
- [build](#build)
16-
- [Install](#install)
17-
- [Table of contents](#table-of-contents)
18-
- [Developing](#developing)
19-
- [Credits](#credits)
20-
21-
## Developing
22-
23-
When first cloning the repo:
24-
25-
```sh
26-
yarn
27-
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
28-
yarn build
29-
```
7+
<p align="center" width="100%">
8+
<a href="https://github.com/cosmology-tech/interweb-build/actions/workflows/run-tests.yml">
9+
<img height="20" src="https://github.com/cosmology-tech/interweb-build/actions/workflows/run-tests.yml/badge.svg" />
10+
</a>
11+
<br />
12+
<a href="https://github.com/cosmology-tech/interweb-build/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT%20Clear-blue.svg"></a>
13+
<a href="https://www.npmjs.com/package/@interweb/build"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/interweb-build?filename=packages%2Fbuild%2Fpackage.json"></a>
14+
</p>
3015

31-
Or if you want to make your dev process smoother, you can run:
16+
## install
3217

3318
```sh
34-
yarn
35-
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
36-
yarn build:dev
19+
npm install @interweb/build
3720
```
38-
39-
## Related
40-
41-
Checkout these related projects:
42-
43-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
44-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45-
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
46-
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
47-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
48-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
50-
51-
## Credits
52-
53-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
54-
55-
56-
## Disclaimer
57-
58-
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
59-
60-
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.

packages/build/README.md

Lines changed: 12 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,20 @@
1-
# @interweb/build
1+
# Interweb Build
22

3-
<p align="center">
4-
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"><br />
5-
build tools for interweb
3+
<p align="center" width="100%">
4+
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
5+
</p>
6+
7+
<p align="center" width="100%">
8+
<a href="https://github.com/cosmology-tech/interweb-build/actions/workflows/run-tests.yml">
9+
<img height="20" src="https://github.com/cosmology-tech/interweb-build/actions/workflows/run-tests.yml/badge.svg" />
10+
</a>
11+
<br />
12+
<a href="https://github.com/cosmology-tech/interweb-build/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT%20Clear-blue.svg"></a>
13+
<a href="https://www.npmjs.com/package/@interweb/build"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/interweb-build?filename=packages%2Fbuild%2Fpackage.json"></a>
614
</p>
715

816
## install
917

1018
```sh
1119
npm install @interweb/build
1220
```
13-
## Table of contents
14-
15-
- [build](#build)
16-
- [Install](#install)
17-
- [Table of contents](#table-of-contents)
18-
- [Developing](#developing)
19-
- [Credits](#credits)
20-
21-
## Developing
22-
23-
When first cloning the repo:
24-
25-
```sh
26-
yarn
27-
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
28-
yarn build
29-
```
30-
31-
Or if you want to make your dev process smoother, you can run:
32-
33-
```sh
34-
yarn
35-
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
36-
yarn build:dev
37-
```
38-
39-
## Related
40-
41-
Checkout these related projects:
42-
43-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
44-
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45-
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
46-
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
47-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
48-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
50-
51-
## Credits
52-
53-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
54-
55-
56-
## Disclaimer
57-
58-
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
59-
60-
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.

0 commit comments

Comments
 (0)