A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)
-
Clone Repository
-
Install Dependencies
-
Run Project
Typical usage example:
$ ./console
(hbnb)
(hbnb) help
Documented commands (type help <topic>):
========================================
EOF create help quit
(hbnb)
(hbnb) quit
$