Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 837 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 837 Bytes

Setup

  • Make sure you have the correct yarn version:
    corepack enable
    # corepack prepare [email protected] --activate # This part should not be necessary because we have `packageManager` set.
  • Install with yarn and initialize yalc linkage:
    # Setup + install external dependencies.
    yarn
    
    # Install internal dependencies.
    yarn yalc-all
  • Test your installation:
    tsx main.ts version # 0.0.1
    tsx main.ts --help
    • Expected result:
      Usage: main [options] [command]
      
      Options:
        -h, --help                Display help for command
      
      Commands:
        fetch-comments [options]  Fetch comments from a recording
        help [command]            Display help for command
        session                   Manage persistent sessions with replay api
        version