Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Beautiful effortless README generator cli package
Readma
@readma/cli
Beautiful effortless README generator
๐ Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
You are inside the @readma/cli workspace member package, not the repository entry point
Table of contents
๐ก About the project
Create README that rocks
โจ 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.
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
Add Package
deno add jsr:@readma/cli
Import symbol
import * as cli from "@readma/cli";
Import directly with a jsr specifier
import * as cli from "jsr:@readma/cli";
Add Package
pnpm i jsr:@readma/cli
pnpm dlx jsr add @readma/cli
Import symbol
import * as cli from "@readma/cli";
Add Package
yarn add jsr:@readma/cli
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";