mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-08 16:03:10 +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
|
# Codex Factory
|
||||||
|
|
||||||
[](https://oclif.io)
|
[](https://oclif.io)
|
||||||
[](https://npmjs.org/package/@codex-storage/codex-factory)
|
[](https://npmjs.org/package/codex-factory)
|
||||||
[](https://npmjs.org/package/@codex-storage/codex-factory)
|
[](https://npmjs.org/package/codex-factory)
|
||||||
[](https://github.com/codex-storage/codex-factory/actions/workflows/test.yaml)
|
[](https://github.com/codex-storage/codex-factory/actions/workflows/test.yaml)
|
||||||

|

|
||||||

|

|
||||||
@ -21,7 +21,13 @@
|
|||||||
**Requirements:** Docker
|
**Requirements:** Docker
|
||||||
|
|
||||||
```shell
|
```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
|
## 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",
|
"description": "Orchestration CLI for spinning up local development Codex cluster with Docker",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "Codex Authors",
|
"author": "Codex Authors",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0",
|
"node": ">=20.0.0",
|
||||||
"npm": ">=6.0.0",
|
"npm": ">=6.0.0",
|
||||||
"codex": "0.2.1",
|
"codex": "0.2.1",
|
||||||
"supportedCodex": ">0.2.0"
|
"supportedCodex": ">0.2.0"
|
||||||
@ -80,9 +80,9 @@
|
|||||||
"build": "shx rm -rf dist && tsc -b",
|
"build": "shx rm -rf dist && tsc -b",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"postpack": "shx rm -f oclif.manifest.json",
|
"postpack": "shx rm -f oclif.manifest.json",
|
||||||
|
"prepare": "npm run build",
|
||||||
"prepack": "oclif manifest && oclif readme",
|
"prepack": "oclif manifest && oclif readme",
|
||||||
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
"test": "mocha --forbid-only \"test/**/*.test.ts\""
|
||||||
"version": "oclif readme && git add README.md"
|
|
||||||
},
|
},
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user