Skip to content

doc(readme): Update readme #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/lock.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ignoreUnless: {{ STALE_BOT }}
ignoreUnless: { { STALE_BOT } }
---
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app

Expand Down
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ignoreUnless: {{ STALE_BOT }}
ignoreUnless: { { STALE_BOT } }
---
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Package to npmjs

on:
workflow_run:
workflows: ["Test Pipeline"]
workflows: ['Test Pipeline']
types:
- completed

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

<br />

[![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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down