File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Codex Factory
2
2
3
3
[ ![ 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 )
6
6
[ ![ 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 )
7
7
![ ] ( https://img.shields.io/badge/npm-%3E%3D10.0.0-orange.svg?style=flat-square )
8
8
![ ] ( https://img.shields.io/badge/Node.js-%3E%3D20.0.0-orange.svg?style=flat-square )
21
21
** Requirements:** Docker
22
22
23
23
``` 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
25
31
```
26
32
27
33
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @codex-storage/ codex-factory" ,
2
+ "name" : " codex-factory" ,
3
3
"description" : " Orchestration CLI for spinning up local development Codex cluster with Docker" ,
4
4
"version" : " 0.1.0" ,
5
5
"author" : " Codex Authors" ,
40
40
"typescript" : " ^5"
41
41
},
42
42
"engines" : {
43
- "node" : " >=18 .0.0" ,
43
+ "node" : " >=20 .0.0" ,
44
44
"npm" : " >=6.0.0" ,
45
45
"codex" : " 0.2.1" ,
46
46
"supportedCodex" : " >0.2.0"
80
80
"build" : " shx rm -rf dist && tsc -b" ,
81
81
"lint" : " eslint" ,
82
82
"postpack" : " shx rm -f oclif.manifest.json" ,
83
+ "prepare" : " npm run build" ,
83
84
"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\" "
86
86
},
87
87
"types" : " dist/index.d.ts"
88
88
}
You can’t perform that action at this time.
0 commit comments