Skip to main content
Home

@readma/cli@0.6.12
Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
โ€ขJSR Score100%โ€ข
Publisheda year ago (0.6.12)

Beautiful effortless README generator cli package

JSR version Codecov Contributors Forks Stargazers Commit activity Branch action runs License


Logo

Readma

@readma/cli

Beautiful effortless README generator
๐Ÿ“– Explore the docs ยป

View Demo ยท Report Bug ยท Request Feature

Note

You are inside the @readma/cli workspace member package, not the repository entry point

Table of contents
  1. ๐Ÿ’ก About the project
  2. โœจ Features
  3. ๐ŸŽ‰ Getting started
  4. ๐Ÿ“‹ Installation
  5. ๐Ÿ”ง Usage
  6. ๐Ÿš€ Roadmap
  7. โ›‘๏ธ Support
  8. ๐Ÿ’ป Contributing
  9. ๐Ÿ“„ License
  10. ๐Ÿ“จ Contact
  11. ๐Ÿ‘ Acknowledgments

๐Ÿ’ก About the project

Create README that rocks

Product screenshot

โœจ Features

  • Workspace compatible
  • Automatic shields
  • Cross platform

๐ŸŽ‰ Getting started

See screenshot

๐Ÿ“‹ Installation

deno add @readma/cli

๐Ÿ”ง Usage

๐Ÿšง In construction, refer to the docs

๐Ÿš€ Roadmap

  • CLI with config file
  • Workspace readme generated from known files like Cargo.toml/deno.json/pnpm-workspace.yml
  • Github issue template links

See the open issues for a full list of proposed features (and known issues).

โ›‘๏ธ Support

Software is still very early expect unexpected breaking changes

๐Ÿ’ป Contributing

Any contributions you make are greatly appreciated.

Note

Check the code of conduct

๐Ÿ“„ License

Distributed under the MIT License. See LICENSE.txt for more information.

๐Ÿ“จ Contact

elcoosp - @elcoosp - elcoosp@gmail.com

Project Link: https://github.com/elcoosp/readma

๐Ÿ‘ Acknowledgments

Alt

Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@readma/cli

Import symbol

import * as cli from "@readma/cli";
or

Import directly with a jsr specifier

import * as cli from "jsr:@readma/cli";

Add Package

pnpm i jsr:@readma/cli
or (using pnpm 10.8 or older)
pnpm dlx jsr add @readma/cli

Import symbol

import * as cli from "@readma/cli";

Add Package

yarn add jsr:@readma/cli
or (using Yarn 4.8 or older)
yarn dlx jsr add @readma/cli

Import symbol

import * as cli from "@readma/cli";

Add Package

vlt install jsr:@readma/cli

Import symbol

import * as cli from "@readma/cli";

Add Package

npx jsr add @readma/cli

Import symbol

import * as cli from "@readma/cli";

Add Package

bunx jsr add @readma/cli

Import symbol

import * as cli from "@readma/cli";