This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ install openapi2-parser
28
28
install openapi3-parser
29
29
install apiaryb-parser
30
30
install apib-serializer
31
- install fury- cli
31
+ install cli
32
32
33
33
cd " $TMPDIR "
34
34
npx fury --help
Original file line number Diff line number Diff line change 1
- # Changelog
1
+ # API Elements: CLI Changelog
2
+
3
+ ## 0.10.0 (2020-06-12)
4
+
5
+ The package has been renamed to ` @apielements/cli ` .
2
6
3
7
## 0.9.4 (2020-04-20)
4
8
Original file line number Diff line number Diff line change 1
- # Fury CLI
1
+ # API Elements CLI
2
2
3
- Command line interface for the [ fury] ( https://github.com/apiaryio/api-elements.js/tree/master/packages/fury )
4
- API Description SDK. Fury allows you to parse API Descriptions into [ API
5
- Elements] ( http://api-elements.readthedocs.org/ ) or other API Description
6
- formats.
3
+ Command line interface for [ API Elements] ( https://apielements.org )
4
+ and the [ API Elements JavaScript
5
+ tooling] ( https://apielements.org/projects/js/ ) .
7
6
8
7
## Install
9
8
10
9
``` shell
11
- $ npm install -g fury- cli
10
+ $ npm install -g @apielements/ cli
12
11
```
13
12
14
13
## Usage
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ function getPackage(name) {
193
193
}
194
194
195
195
function getVersion ( ) {
196
- const packages = [ 'fury- cli' ] . concat ( adapters ) ;
196
+ const packages = [ '@apielements/ cli' ] . concat ( adapters ) ;
197
197
198
198
return packages
199
199
. map ( getPackage )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " fury- cli" ,
3
- "version" : " 0.9.4 " ,
2
+ "name" : " @apielements/ cli" ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Command line tool interface for Fury.js" ,
5
5
"author" :
" Apiary.io <[email protected] >" ,
6
6
"license" : " MIT" ,
10
10
"files" : [
11
11
" lib/fury.js"
12
12
],
13
- "homepage" : " https://github.com/apiaryio/api-elements.js/tree/master/packages/fury- cli" ,
13
+ "homepage" : " https://github.com/apiaryio/api-elements.js/tree/master/packages/cli" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/apiaryio/api-elements.js.git" ,
17
- "directory" : " packages/fury- cli"
17
+ "directory" : " packages/cli"
18
18
},
19
19
"scripts" : {
20
20
"lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments