diff --git a/.gitignore b/.gitignore index a5b38bb8f..402b44375 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ generated-site deploy-site /commits.sh /assets/css/ +/vendor/ diff --git a/README.md b/README.md index 1f7ce6758..fbec93c1e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Tabler -Premium and Open Source dashboard template with responsive and high quality UI. +Automated by Buddy -Total Downloads License Latest Release devDependency Status +Premium and Open Source dashboard template with responsive and high quality UI. View Demo | Download ZIP @@ -22,6 +22,10 @@ We’ve created this admin panel for everyone who wants to create any template b * **Clean Code:** We strictly followed Bootstrap’s guidelines to make your integration as easy as possible. All code is handwritten and W3c valid. * **Demo pages**: Tabler features over 20 individual pages featuring various components, giving you the freedom of choosing and combining. All components can have variation in color and styling, that can easily be modified using Sass. The sky is the limit! +## Status + +Total Downloads License Latest Release devDependency Status [![buddy pipeline](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922/badge.svg?token=1ab151000ecf8700a90dd4d0d7184945d439d2642679b257092d16e76a45dce4 "buddy pipeline")](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922) + ## Documentation For full documentation, visit [tabler.github.io/tabler/docs](https://tabler.github.io/tabler/docs/index.html). diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..3ff76cf1d --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "tabler/tabler", + "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", + "type": "library", + "license": "MIT", + "require": {}, + "require-dev": {}, + "autoload": {}, + "authors": [ + { + "name": "codecalm", + "email": "codecalm@gmail.com" + } + ] +}