Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Nov 24, 2022
1 parent 4d52a07 commit a1ce402
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[web]: https://packs.macarena.ceo

# Modpack CLI

## Usage

Update assets & pages on the [Web Index][web]

```sh
pack web --web-token *******
```

Create a release [Web Index][web]

```sh
pack web
--web-token ******* \
--version 1.0.0 \
--author me \
--changelog "Initial Release" \
```

Create a release [Web Index][web] & Curseforge

```sh
pack web curseforge
--web-token ******* \
--version 1.1.0 \
--author me \
--changelog "Minor Patches" \
--curseforge-token ******* \
--curseforge-project 123456 \
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voidshake/modpack-cli",
"version": "0.0.0-dev",
"description": "Modpack CLI",
"description": "CLI to release modpacks",
"main": "dist/index.js",
"exports": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit a1ce402

Please sign in to comment.