From 24e164ad64e27b395ac32fdb34e4d078c82ec7f4 Mon Sep 17 00:00:00 2001 From: prisis Date: Mon, 23 Sep 2024 17:07:54 +0200 Subject: [PATCH] fix: updated main readme --- README.md | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae192e8fb..b142e5620 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -

- Add your motivational tagline here. -

- -
+
+ +

Visulima Packem

+

+ A fast and modern bundler for Node.js and TypeScript. +

+
--- @@ -16,6 +18,26 @@ --- +## Usage + +Check the README for each configuration within the `packages` directory for specific usage instructions. + +## Featured Packages + +| Package | Version | Description | +| ------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | +| [packem](./packages/packem/README.md) | ![npm](https://img.shields.io/npm/v/@visulima/packem?style=flat-square&labelColor=292a44&color=663399&label=v) | The main package for the visulima packem project. | + +## Badge + +Show the world that you are using Anolilab’s code style in your project by including the badge in your readme. + +[![packem](https://img.shields.io/badge/visulima-packem-663399.svg?labelColor=292a44&style=flat-square)][repository] + +```md +[![packem](https://img.shields.io/badge/visulima-packem-663399.svg?labelColor=292a44&style=flat-square)](https://github.com/anolilab/javascript-style-guide) +``` + ## Versioning This project uses [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/anolilab/node-mono-library-template/tags). @@ -40,3 +62,5 @@ If you would like to help take a look at the [list of issues](https://github.com ## License The visulima packem is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT) + +[repository]: https://github.com/visulima/packem