• Stars
    star
    1
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple library for formatting and laying out text in your terminal

Paragraphical

This a library to format you blocks of text in neat paragraph layouts without you having to think about it too much.

codecov godoc report card

Getting Started

Prerequisites

If you intend to build and test this library, I recommend that you have make installed.

Installing

go get github.com/dnnrly/paragraphical

Running the tests

make test

Or directly:

go test ./...

Built With

  • Go
  • and love

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Pascal Dennerly - Initial work - dnnrly

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc