{"id":15439498,"url":"https://github.com/joelittlejohn/clj-wrap-indent","last_synced_at":"2025-04-19T18:44:20.005Z","repository":{"id":57713487,"uuid":"85624307","full_name":"joelittlejohn/clj-wrap-indent","owner":"joelittlejohn","description":"A Clojure library to wrap, indent and (if required) print paragraphs.","archived":false,"fork":false,"pushed_at":"2017-05-25T09:58:09.000Z","size":9,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T20:07:36.530Z","etag":null,"topics":["clojure","command-line","console","indentation","stdout"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joelittlejohn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-20T20:35:58.000Z","updated_at":"2021-02-23T00:07:52.000Z","dependencies_parsed_at":"2022-09-26T17:01:00.373Z","dependency_job_id":null,"html_url":"https://github.com/joelittlejohn/clj-wrap-indent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelittlejohn%2Fclj-wrap-indent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelittlejohn%2Fclj-wrap-indent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelittlejohn%2Fclj-wrap-indent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelittlejohn%2Fclj-wrap-indent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joelittlejohn","download_url":"https://codeload.github.com/joelittlejohn/clj-wrap-indent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249767801,"owners_count":21322834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","command-line","console","indentation","stdout"],"created_at":"2024-10-01T19:06:57.101Z","updated_at":"2025-04-19T18:44:19.967Z","avatar_url":"https://github.com/joelittlejohn.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-wrap-indent [![Build Status](https://travis-ci.org/joelittlejohn/clj-wrap-indent.png)](https://travis-ci.org/joelittlejohn/clj-wrap-indent)\n\n[![clj-wrap-indent at Clojars](https://clojars.org/clj-wrap-indent/latest-version.svg)](https://clojars.org/clj-wrap-indent)\n\nA Clojure library to wrap, indent and (if required) print paragraphs. Useful for neat docs in the console.\n\nSupports single- or multi-line text as input.\n\n## Usage\n\n```clj\n(ns myapp.core\n  (:require [clj-wrap-indent.core :as wrap]))\n    \n;; get a wrapped and indented string\n(wrap/wrap-indent \"Some text...\")\n(wrap/wrap-indent \"Some text...\" 80)\n(wrap/wrap-indent \"Some text...\" 80 7)\n\n;; print a wrapped and indented string to stdout\n(wrap/println \"Some text...\")\n(wrap/println \"Some text...\" 80)\n(wrap/println \"Some text...\" 80 7)\n```\n```\n;; example println\n\nuser=\u003e (wrap/println \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\")\n       Lorem Ipsum is simply dummy text of the printing and typesetting\n       industry. Lorem Ipsum has been the industry's standard dummy text ever\n       since the 1500s, when an unknown printer took a galley of type and\n       scrambled it to make a type specimen book.\n\nuser=\u003e (wrap/println \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\" \n                     40 2)\n  Lorem Ipsum is simply dummy text of\n  the printing and typesetting industry.\n  Lorem Ipsum has been the industry's\n  standard dummy text ever since the\n  1500s, when an unknown printer took a\n  galley of type and scrambled it to\n  make a type specimen book.\n```\n\n## License\n\nCopyright © 2017 Joe Littlejohn\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelittlejohn%2Fclj-wrap-indent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelittlejohn%2Fclj-wrap-indent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelittlejohn%2Fclj-wrap-indent/lists"}