Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pin705 committed Jul 16, 2024
1 parent 18b02f5 commit 7becfe5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
## Installation
```
$ npm install -g @pinjs/gem-cli
$ npm install -g @pinjs/gempages-cli
```
## Usage
```
Usage:
$ gem-cli <command>
$ gempages-cli <command>
Commands:
--init-template Create base template
```
## Example
```
npm run gem-cli --init-template
yarn gem-cli --init-template
pnpm gem-cli --init-template
gempages-cli init-template
```
2 changes: 1 addition & 1 deletion dist/chunks/index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { c as consola, a as colors$2, d as defineCommand } from '../shared/gempages-cli.40ddb9b8.mjs';
import { c as consola, a as colors$2, d as defineCommand } from '../shared/gempages-cli.fc3d64da.mjs';
import fs from 'node:fs';
import path from 'node:path';
import * as readline$1 from 'node:readline';
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { m as main, r as runCommand, b as runMain } from './shared/gempages-cli.40ddb9b8.mjs';
export { m as main, r as runCommand, b as runMain } from './shared/gempages-cli.fc3d64da.mjs';
import 'node:tty';
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ async function runMain$1(cmd, opts = {}) {
}

const name = "@pinjs/gempages-cli";
const version = "0.0.14";
const version = "0.0.15";
const description = "⚡️ Gempages Generation CLI Experience";
const license = "MIT";
const type = "module";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build:stub": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"gempages-cli": "node ./bin/gempages-cli.js",
"gempages-cli-bun": "bun --bun ./bin/gempages-cli.js",
"gempages-cli": "node ./bin/index.js",
"gempages-cli-bun": "bun --bun ./bin/index.js",
"prepack": "unbuild",
"test": "pnpm lint && pnpm test:types && pnpm build && pnpm test:dist",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 7becfe5

Please sign in to comment.