-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lilnouns-click" | ||
version = "1.0.0-beta.2" | ||
version = "1.0.0-beta.3" | ||
authors = ["Milad Nekofar <[email protected]>"] | ||
edition = "2021" | ||
description = "A Nounish URL shortener for LilNouns DAO." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,12 @@ | ||
# Nounish Pro | ||
# Lil Nouns Click | ||
|
||
## Wrangler | ||
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/lilnouns/lilnouns-click?include_prereleases)](https://github.com/lilnouns/lilnouns-click/releases) | ||
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/lilnouns/lilnouns-click/build.yml)](https://github.com/lilnouns/lilnouns-click/actions/workflows/build.yml) | ||
[![GitHub](https://img.shields.io/github/license/lilnouns/lilnouns-click)](https://github.com/lilnouns/lilnouns-click/blob/master/LICENSE) | ||
[![X (formerly Twitter) Follow](https://img.shields.io/badge/follow-%40nekofar-ffffff?logo=x&style=flat)](https://x.com/nekofar) | ||
[![Donate](https://img.shields.io/badge/donate-nekofar.crypto-a2b9bc?logo=ko-fi&logoColor=white)](https://ud.me/nekofar.crypto) | ||
|
||
Wrangler is used to develop, deploy, and configure your Worker via CLI. | ||
|
||
Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler). | ||
|
||
## Usage | ||
|
||
With `wrangler`, you can build, test, and deploy your Worker with the following commands: | ||
|
||
```sh | ||
# run your Worker in an ideal development workflow (with a local server, file watcher & more) | ||
$ pnpm run dev | ||
|
||
# deploy your Worker globally to the Cloudflare network (update your wrangler.toml file for configuration) | ||
$ pnpm run deploy | ||
``` | ||
|
||
Read the latest `worker` crate documentation here: https://docs.rs/worker | ||
|
||
## WebAssembly | ||
|
||
All crates and modules used in Rust-based Workers projects have to compile to the `wasm32-unknown-unknown` triple. | ||
|
||
Read more about this on the [`workers-rs`](https://github.com/cloudflare/workers-rs) project README. | ||
|
||
## Issues | ||
|
||
If you have any problems, please open an issue on the project issue tracker on the [this repository](https://github.com/nekofar/lilnouns-click). | ||
> [!WARNING] | ||
> Please note that the project is currently in an experimental phase and it is subject to significant changes as it | ||
> progresses. |