uetchy / mdmod-plugin-top

mdmod plugin to create a table of packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdmod-plugin-top

npm npm: total downloads

mdmod plugin to create a table of packages.

Install

npm i -g mdmod mdmod-plugin-top
# or `npm i mdmod mdmod-plugin-top` to use it locally

Use

mdmod README.md

It will generate a list of monorepo packages in /packages/*.

<!-- START mdmod {use: 'top'} -->

### [pkg1](packages/pkg1)

testPackage

[![](https://img.shields.io/npm/v/pkg1.svg)](https://npmjs.com/package/pkg1)
[![npm: total downloads](https://flat.badgen.net/npm/dt/pkg1)](https://npmjs.com/package/pkg1)
![npm: license](https://flat.badgen.net/npm/license/pkg1)

```bash
npm install --save pkg1
# or
yarn add pkg1
```

<!-- END mdmod -->

About

mdmod plugin to create a table of packages.

License:Apache License 2.0


Languages

Language:TypeScript 94.1%Language:JavaScript 5.9%