Skip to content

Instantly share code, notes, and snippets.

@gndx
Created November 21, 2019 13:19

Revisions

  1. gndx created this gist Nov 21, 2019.
    22 changes: 22 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@

    # random-messages

    Whenever I start a new project, I don't know what to write for the first commit. After doing a “git init” there is technically nothing there...

    ## Install

    ```npm
    npm install -g random-msg
    ```

    # Usage

    ```bash
    random-msg
    ```

    # Contributing
    If someone wants to add or improve something, I invite you to collaborate directly in this repository: [random-msg](https://github.com/platzi/npm-random-msg)

    # License
    random-msg is released under the [MIT License](https://opensource.org/licenses/MIT).