This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
755ca0f
commit 2b2e626
Showing
4 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,6 @@ build/ | |
|
||
# Ignore files generated by Jetbrains' IDEs | ||
.idea/ | ||
|
||
# Ignore node_modules | ||
node_modules/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "kana", | ||
"description": "A simple, portable CLI for efficient WordPress development ", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ChrisWiegman/kana.git" | ||
}, | ||
"keywords": [ | ||
"docker", | ||
"wordpress", | ||
"plugins", | ||
"themes", | ||
"developer-tools", | ||
"development-environment" | ||
], | ||
"author": "Chris Wiegman <[email protected]>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChrisWiegman/kana/issues" | ||
}, | ||
"homepage": "https://github.com/ChrisWiegman/kana#readme", | ||
"devDependencies": { | ||
"@playwright/test": "^1.44.1" | ||
} | ||
} |