From 0a9ef958fd1532ad7aeee2d082c2255ac2082ca0 Mon Sep 17 00:00:00 2001 From: Aditya Darma Date: Fri, 11 Oct 2024 11:27:03 +0800 Subject: [PATCH] doc(readme): Update readme --- .github/lock.yml | 2 +- .github/stale.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 14 ++++++++------ package.json | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index ea7cf67..74eee94 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,5 +1,5 @@ --- -ignoreUnless: {{ STALE_BOT }} +ignoreUnless: { { STALE_BOT } } --- # Configuration for Lock Threads - https://github.com/dessant/lock-threads-app diff --git a/.github/stale.yml b/.github/stale.yml index d21cf6c..8b47808 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ --- -ignoreUnless: {{ STALE_BOT }} +ignoreUnless: { { STALE_BOT } } --- # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8973e76..ff5e125 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Publish Package to npmjs on: workflow_run: - workflows: ["Test Pipeline"] + workflows: ['Test Pipeline'] types: - completed diff --git a/README.md b/README.md index 2ac1e4d..08abc5d 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,26 @@
-[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] +[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] [![npm-downloads]][npm-downloads] ![][typescript-image] [![license-image]][license-url] ## Introduction + Adonis datatable is an inspiration from laravel datatable. This code is taken from some of those source codes. ## Official Documentation + The documentation is available on the [Website](https://adityadarma.github.io/adonis-datatables-docs) ## License + Adonis Datatables is open-sourced software licensed under the [MIT license](LICENSE.md). [gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adityadarma/adonis-datatables/release.yml?style=for-the-badge -[gh-workflow-url]: https://github.com/adityadarma/adonis-datatables/actions/workflows/release.yml "Github action" - +[gh-workflow-url]: https://github.com/adityadarma/adonis-datatables/actions/workflows/release.yml 'Github action' [npm-image]: https://img.shields.io/npm/v/@adityadarma/adonis-datatables/latest.svg?style=for-the-badge&logo=npm -[npm-url]: https://www.npmjs.com/package/@adityadarma/adonis-datatables/v/latest "npm" - +[npm-url]: https://www.npmjs.com/package/@adityadarma/adonis-datatables/v/latest 'npm' [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript - [license-url]: LICENSE.md [license-image]: https://img.shields.io/github/license/adityadarma/adonis-datatables?style=for-the-badge +[npm-downloads]: https://img.shields.io/npm/dm/@adityadarma/adonis-datatables.svg?style=for-the-badge +[count-downloads]: https://npmcharts.com/compare/@adityadarma/adonis-datatables?minimal=true diff --git a/package.json b/package.json index 9b194e6..74eabaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adityadarma/adonis-datatables", "description": "Package server side datatables on AdonisJS", - "version": "1.1.6", + "version": "1.1.7", "engines": { "node": ">=20.6.0" },