Forrest logo
tool overview
On this page you find all important commands for the CLI tool moro. If the command you are looking for is missing please ask our AI.

moro

Moro is a command line tool developed by Facebook for generating mock data. It allows developers to easily create fake data for testing applications. The tool is written in JavaScript and runs on Node.js, making it platform-independent. Moro provides a simple and intuitive command line interface with various options and flags. Developers can generate mock data in various formats such as JSON, CSV, and SQL. The tool supports generating data for different data types like names, addresses, email addresses, and phone numbers. Moro also allows developers to specify custom data templates if the built-in ones don't meet their needs. The generated mock data can be easily piped to other command line tools or written to files for later use. It offers the ability to generate large volumes of data to simulate real-world scenarios and test application performance. Moro is actively maintained and frequently updated by the Facebook Open Source Community.

List of commands for moro:

  • moro:tldr:6cddf moro: Specify a custom time for the start of the working day.
    $ moro hi ${09:30}
    try on your machine
    explain this command
  • moro:tldr:7257b moro: Show a report of time logs and notes for all working days on record.
    $ moro report --all
    try on your machine
    explain this command
  • moro:tldr:858cb moro: Specify a custom time for the end of the working day.
    $ moro bye ${17:30}
    try on your machine
    explain this command
  • moro:tldr:91b9b moro: Invoke `moro` without parameters a second time, to set the current time at the end of the working day.
    $ moro
    try on your machine
    explain this command
  • moro:tldr:9a701 moro: Show a report of time logs and notes for the current working day.
    $ moro report
    try on your machine
    explain this command
  • moro:tldr:f464c moro: Add a note on the current working day.
    $ moro note ${3 hours on project Foo}
    try on your machine
    explain this command
tool overview