Skip to content

Commit

Permalink
V1
Browse files Browse the repository at this point in the history
  • Loading branch information
Capevace committed Mar 26, 2023
1 parent dfdd2a9 commit fccb82b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0.0
- Initial release
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
<img src="docs/logo.png" width="200" alt="Tailpipe logo">
<h1>Tailpipe</h1>
<h5>Tailwind CSS variables in PHP</h5>
<div>
<a
href="https://github.com/Capevace/tailpipe/actions/workflows/test.yml"
>
<img
src="https://github.com/Capevace/tailpipe/actions/workflows/test.yml/badge.svg"
alt="Run tests"
/>
</a>
<img
src="https://img.shields.io/github/v/release/capevace/tailpipe"
alt="Run tests"
/>
</div>
</div>
<br />

Expand Down Expand Up @@ -220,3 +234,6 @@ Or in your PHP code:
putenv('TAILPIPE_PATH=/path/to/tailpipe.php');
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capevace/tailpipe",
"version": "0.0.1",
"version": "1.0.0",
"description": "A PHP library and TailwindCSS extension that enables the use of tailwind variables in PHP code",
"main": "plugin/tailpipe.js",
"scripts": {
Expand All @@ -21,5 +21,8 @@
},
"devDependencies": {
"jest": "^29.5.0"
},
"require": {
"php": ">=7.2"
}
}

0 comments on commit fccb82b

Please sign in to comment.