Skip to content

Commit 6fde43f

Browse files
committed
chore: rename package to codex-factory
1 parent ab5445e commit 6fde43f

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Codex Factory
22

33
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
4-
[![Version](https://img.shields.io/npm/v/@codex-storage/codex-factory.svg)](https://npmjs.org/package/@codex-storage/codex-factory)
5-
[![Downloads/week](https://img.shields.io/npm/dw/@codex-storage/codex-factory.svg)](https://npmjs.org/package/@codex-storage/codex-factory)
4+
[![Version](https://img.shields.io/npm/v/codex-factory.svg)](https://npmjs.org/package/codex-factory)
5+
[![Downloads/week](https://img.shields.io/npm/dw/codex-factory.svg)](https://npmjs.org/package/codex-factory)
66
[![Tests](https://github.com/codex-storage/codex-factory/actions/workflows/test.yaml/badge.svg)](https://github.com/codex-storage/codex-factory/actions/workflows/test.yaml)
77
![](https://img.shields.io/badge/npm-%3E%3D10.0.0-orange.svg?style=flat-square)
88
![](https://img.shields.io/badge/Node.js-%3E%3D20.0.0-orange.svg?style=flat-square)
@@ -21,7 +21,13 @@
2121
**Requirements:** Docker
2222

2323
```shell
24-
$ npm install -g @codex-storage/codex-factory
24+
$ npm install -g codex-factory
25+
```
26+
27+
You can also use this CLI directly thanks to `npx` without installing it:
28+
29+
```shell
30+
$ npx codex-factory start 0.2.0
2531
```
2632

2733
## Usage

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@codex-storage/codex-factory",
2+
"name": "codex-factory",
33
"description": "Orchestration CLI for spinning up local development Codex cluster with Docker",
44
"version": "0.1.0",
55
"author": "Codex Authors",
@@ -40,7 +40,7 @@
4040
"typescript": "^5"
4141
},
4242
"engines": {
43-
"node": ">=18.0.0",
43+
"node": ">=20.0.0",
4444
"npm": ">=6.0.0",
4545
"codex": "0.2.1",
4646
"supportedCodex": ">0.2.0"
@@ -80,9 +80,9 @@
8080
"build": "shx rm -rf dist && tsc -b",
8181
"lint": "eslint",
8282
"postpack": "shx rm -f oclif.manifest.json",
83+
"prepare": "npm run build",
8384
"prepack": "oclif manifest && oclif readme",
84-
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
85-
"version": "oclif readme && git add README.md"
85+
"test": "mocha --forbid-only \"test/**/*.test.ts\""
8686
},
8787
"types": "dist/index.d.ts"
8888
}

0 commit comments

Comments
 (0)