Skip to content

Commit

Permalink
fix: updated main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 23, 2024
1 parent c3b0eef commit 24e164a
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<p align="center">
Add your <em>motivational</em> tagline here.
</p>

<br />
<div align="center">
<img src="./packages/packem/assets/packem.png" width="200">
<h3>Visulima Packem</h3>
<p>
A fast and modern bundler for Node.js and TypeScript.
</p>
</div>

---

Expand All @@ -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).
Expand All @@ -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

0 comments on commit 24e164a

Please sign in to comment.