mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
chore: rename package to codex-factory
This commit is contained in:
parent
ab5445ec20
commit
6fde43fc06
12
README.md
12
README.md
@ -1,8 +1,8 @@
|
||||
# Codex Factory
|
||||
|
||||
[](https://oclif.io)
|
||||
[](https://npmjs.org/package/@codex-storage/codex-factory)
|
||||
[](https://npmjs.org/package/@codex-storage/codex-factory)
|
||||
[](https://npmjs.org/package/codex-factory)
|
||||
[](https://npmjs.org/package/codex-factory)
|
||||
[](https://github.com/codex-storage/codex-factory/actions/workflows/test.yaml)
|
||||

|
||||

|
||||
@ -21,7 +21,13 @@
|
||||
**Requirements:** Docker
|
||||
|
||||
```shell
|
||||
$ npm install -g @codex-storage/codex-factory
|
||||
$ npm install -g codex-factory
|
||||
```
|
||||
|
||||
You can also use this CLI directly thanks to `npx` without installing it:
|
||||
|
||||
```shell
|
||||
$ npx codex-factory start 0.2.0
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@codex-storage/codex-factory",
|
||||
"name": "codex-factory",
|
||||
"description": "Orchestration CLI for spinning up local development Codex cluster with Docker",
|
||||
"version": "0.1.0",
|
||||
"author": "Codex Authors",
|
||||
@ -40,7 +40,7 @@
|
||||
"typescript": "^5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=6.0.0",
|
||||
"codex": "0.2.1",
|
||||
"supportedCodex": ">0.2.0"
|
||||
@ -80,9 +80,9 @@
|
||||
"build": "shx rm -rf dist && tsc -b",
|
||||
"lint": "eslint",
|
||||
"postpack": "shx rm -f oclif.manifest.json",
|
||||
"prepare": "npm run build",
|
||||
"prepack": "oclif manifest && oclif readme",
|
||||
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
||||
"version": "oclif readme && git add README.md"
|
||||
"test": "mocha --forbid-only \"test/**/*.test.ts\""
|
||||
},
|
||||
"types": "dist/index.d.ts"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user