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 install @readma/cli
🔧 Usage
import { readme } from "@readma/core" import config from "./readma.config.ts" // Generate a single readme file await readme(config, { folderPath: "./" })
🚀 Roadmap
- CLI with config file
- Auto defaults from known files like Cargo.toml/{deno,package}.json
See the open issues for a full list of proposed features (and known issues).
💻 Contributing
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout-b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
📄 License
Distributed under the MIT License. See LICENSE.txt
for more information.
📨 Contact
elcoosp - @elcoosp - [email protected]
Project Link: https://github.com/elcoosp/readma
👏 Acknowledgments
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
npx jsr add @readma/cli
Import symbol
import * as cli from "@readma/cli";
Add Package
yarn dlx jsr add @readma/cli
Import symbol
import * as cli from "@readma/cli";
Add Package
pnpm dlx 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";