GitXplorerGitXplorer
S

camp

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ebff6a2feff261aacae7a2d4e122c4cfdd468ea8

fix: update mongodb, allow optional order

SShaunSHamilton committed a month ago
Unverified
d21307dbf2fd2502169697e095966d6bb3951158

fix(1.1.1): default uri to direct connection

SShaunSHamilton committed 9 months ago
Unverified
d4ed906e85c80730f4e69044a26352c9a971bbd9

feat(1.1.0): add random user generation

SShaunSHamilton committed 9 months ago
Unverified
295c78a4de24e1cf29b0c2285bb22a56e07b9e01

chore: add readme

SShaunSHamilton committed 10 months ago
Unverified
5734f59be6d1f151a43fe4a12209dfe064899940

feat(1.0.0): init

SShaunSHamilton committed 10 months ago

README

The README file for this repository.

Camp

CLI tool to alter the freeCodeCamp user collection.

Installation

From Source

cargo install --git https://github.com/ShaunSHamilton/camp.git

Releases

https://github.com/ShaunSHamilton/camp/releases

Usage

camp --help
A CLI tool to alter the freeCodeCamp database

Usage: camp [OPTIONS] <COMMAND>

Commands:
  claim-certs     Add all certification challenges to the user record
  add-challenges  Add selected challenges to user record
  finishFCC       Add ALL challenges to completedChallenges array
  add-users       Add <n> random user records to the database
  help            Print this message or the help of the given subcommand(s)

Options:
      --uri <URI>
          MongoDB connection string [default: mongodb://127.0.0.1:27017/freecodecamp?directConnection=true]
      --username <USERNAME>
          Username of user in the database [default: developmentuser]
  -c, --curriculum-path <CURRICULUM_PATH>
          Path to `curriculum.json` file [default: shared/config/curriculum.json]
  -h, --help
          Print help
  -V, --version
          Print version