Skip to main content

Terminal ↔ (typically) text-based console GUI to send commands to Computer

References

  1. CLI ↔ Text-based UI to provide cmd Statements to Terminal

  2. node ↔ start REPL Terminal for Node.js

  3. Next CLINext.js CLI Dev tool to start/build/test project from Terminal

  4. Firebase CLIfirebase-tools CLI Dev tool to manage Firebase from Terminal - run as .exe or npm -g Machine Code

  5. cURLCLI Dev tool to get/send data over network from Terminal

  6. REPLCLI to interact with Compiler via Terminal with output to loop results

  7. Working Dir ↔ current dir in file explorer/Terminal

  8. yarn test --watchAll ↔ to run Jest Test Runner in Terminal