Skip to content

Commit b4bfcac

Browse files
committed
Run prettier
1 parent dfe2c81 commit b4bfcac

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CLI
2+
23
This is the CLI for Cratecode. It provides an interface for managing aspects of Cratecode involved during the creation of lessons/units.
34

45
## Features
6+
57
The CLI can:
6-
* Upload lessons/units.
7-
* Extract audio from video files.
8-
* Replace audio inside of video files.
8+
9+
- Upload lessons/units.
10+
- Extract audio from video files.
11+
- Replace audio inside of video files.

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "cratecode-cli",
3-
"version": "1.0.0",
4-
"scripts": {
5-
"build": "tsc"
6-
},
7-
"description": "A CLI for interacting with Cratecode.",
8-
"bin": "dist/index.js",
9-
"repository": "https://github.com/Cratecode/cli.git",
10-
"author": "Cratecode",
11-
"license": "Apache-2.0",
12-
"dependencies": {
13-
"@cratecode/client": "^1.0.3",
14-
"prompts": "^2.4.2",
15-
"yargs": "^17.5.1"
16-
},
17-
"devDependencies": {
18-
"@types/node": "^18.0.0",
19-
"@types/prompts": "^2.0.14",
20-
"@types/yargs": "^17.0.10",
21-
"@typescript-eslint/eslint-plugin": "^5.30.0",
22-
"@typescript-eslint/parser": "^5.30.0",
23-
"eslint": "^8.18.0",
24-
"prettier": "^2.7.1",
25-
"typescript": "^4.7.4"
26-
}
2+
"name": "cratecode-cli",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"build": "tsc"
6+
},
7+
"description": "A CLI for interacting with Cratecode.",
8+
"bin": "dist/index.js",
9+
"repository": "https://github.com/Cratecode/cli.git",
10+
"author": "Cratecode",
11+
"license": "Apache-2.0",
12+
"dependencies": {
13+
"@cratecode/client": "^1.0.3",
14+
"prompts": "^2.4.2",
15+
"yargs": "^17.5.1"
16+
},
17+
"devDependencies": {
18+
"@types/node": "^18.0.0",
19+
"@types/prompts": "^2.0.14",
20+
"@types/yargs": "^17.0.10",
21+
"@typescript-eslint/eslint-plugin": "^5.30.0",
22+
"@typescript-eslint/parser": "^5.30.0",
23+
"eslint": "^8.18.0",
24+
"prettier": "^2.7.1",
25+
"typescript": "^4.7.4"
26+
}
2727
}

0 commit comments

Comments
 (0)