-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# conferencehall-orga-classment | ||
# CHOC | ||
|
||
To install dependencies: | ||
ConferenceHall organization companion | ||
|
||
```bash | ||
bun install | ||
``` | ||
Usage: choc [options] <json> | ||
To run: | ||
ConferenceHall organization companion | ||
```bash | ||
bun run index.ts | ||
``` | ||
Arguments: | ||
json the json export file | ||
This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. | ||
Options: | ||
-v, --version output the version number | ||
-c, --with-categories view categories (default: false) | ||
-f, --with-formats view formats (default: false) | ||
-e, --with-companies view speakers company (default: false) | ||
-l, --with-languages view talks language (default: false) | ||
-t, --titlelength <int> the title length (default: 100) | ||
-h, --help display help for command | ||
``` |