Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 515fe52

Browse files
committed
Switch to yarn and update readme
1 parent 735ccb0 commit 515fe52

File tree

5 files changed

+4964
-5170
lines changed

5 files changed

+4964
-5170
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,30 @@ USAGE
2828
<!-- usagestop -->
2929
# Commands
3030
<!-- commands -->
31-
* [`fluent-vue-cli hello [FILE]`](#fluent-vue-cli-hello-file)
31+
* [`fluent-vue-cli export FILES`](#fluent-vue-cli-export-files)
3232
* [`fluent-vue-cli help [COMMAND]`](#fluent-vue-cli-help-command)
3333

34-
## `fluent-vue-cli hello [FILE]`
34+
## `fluent-vue-cli export FILES`
3535

36-
describe the command here
36+
Exports translation from Vue.js SFC files into ftl files.
3737

3838
```
3939
USAGE
40-
$ fluent-vue-cli hello [FILE]
40+
$ fluent-vue-cli export FILES
41+
42+
ARGUMENTS
43+
FILES list of Vue.js files
4144
4245
OPTIONS
43-
-f, --force
44-
-h, --help show CLI help
45-
-n, --name=name name to print
46+
-c, --clean clean output directory
47+
-d, --outDir=outDir [default: translations] output directory
48+
-h, --help show CLI help
4649
4750
EXAMPLE
48-
$ fluent-vue-cli hello
49-
hello world from ./src/hello.ts!
51+
$ fluent-vue-cli export **/*.src --outDir translations/
5052
```
5153

52-
_See code: [src/commands/hello.ts](https://github.com/Demivan/fluent-vue-cli/blob/v0.0.0/src/commands/hello.ts)_
54+
_See code: [src/commands/export.ts](https://github.com/Demivan/fluent-vue-cli/blob/v0.0.0/src/commands/export.ts)_
5355

5456
## `fluent-vue-cli help [COMMAND]`
5557

oclif.manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":"0.0.0","commands":{"export":{"id":"export","description":"Exports translation from Vue.js SFC files into ftl files.","pluginName":"fluent-vue-cli","pluginType":"core","aliases":[],"examples":["$ fluent-vue-cli export **/*.src --outDir translations/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"outDir":{"name":"outDir","type":"option","char":"d","description":"output directory","default":"translations"},"clean":{"name":"clean","type":"boolean","char":"c","description":"clean output directory","allowNo":false}},"args":[{"name":"FILES","description":"list of Vue.js files","required":true}]}}}

0 commit comments

Comments
 (0)