mors

command module
v0.0.0-...-57d4438 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2020 License: AGPL-3.0 Imports: 5 Imported by: 0

README

                                    _ __ ___   ___  _ __ ___ 
                                   | '_ ` _ \ / _ \| '__/ __|
                                   | | | | | | (_) | |  \__ \
                                   |_| |_| |_|\___/|_|  |___/

mors

A CLI which allows users to convert Morse Code translations to ASCII and ASCII to Morse Code directly from the Terminal. Built with Go Programming Language.

License

This project is licensed under the GNU Affero General Public License v3.0 which lets people do almost anything they want with, except to distribute closed source versions. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. Trademark use is also strictly prohibited. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.

Copyright (c) 2018 Sai Vittal B. All rights reserved.

Installation

  • Install Go Programming Language here.
  • Enter this command in your Terminal Prompt,
     go get github.com/saivittalb/mors
    

Usage

 $ mors "HELLO"
 >  .... . .-.. .-.. ---

 $ mors ".... . .-.. .-.. ---"
 > HELLO

Contributing

  • Fork this project by clicking the Fork button on top right corner of this page.
  • Clone the repository by running following command in git:
     $ git clone https://github.com/[YOUR-USERNAME]/mors.git
    
  • Add all changes by running this command on the Terminal/Command prompt:
     $ git add .
    
  • Or to add specific files only, run this command:
     $ git add path/to/your/file
    
  • Commit changes by running this command.
     $ git commit -m "DESCRIBE YOUR CHANGES HERE"
    
  • Push your changes by running this command.
    $ git push origin
    
  • Create a Pull Request by clicking the New pull request button on your repository page.

Copyright (c) 2019 Sai Vittal B. All rights reserved.

Made with ❤ by Sai Vittal B

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL