kana
kana copied to clipboard
A simple, portable CLI for efficient WordPress development
This adds a setting (that can only be set in `kana.json` for now) called `localPluginsPath` that if `type` is set to `theme` will map the directory specified to the plugins...
Like most of my ideas this came to me in the middle of the night. Utilize kana's `.config` files to map kana projects together. Example: 1. Create a kana plugin...
Just a stub of an issue. This isn't a super high priority, just maybe something to work on when nothing else is pressing.
The way I've allowed for first-class plugin and theme development currently is a start, but it breaks down quickly if working on multiple related plugins or themes such as a...
When starting a Kana site with a local .kana.json file present, the plugin array saved in the file was not respected. ``` { "activate": true, "databaseclient": "phpmyadmin", "environment": "local", "mailpit":...
Every time I try to add, remove or edit a setting I quickly wind up in a hole of trying to make sure everything is updated and I almost always...
Kana isn't great for WordPress core development due to a combination of #24 as well as the default WordPress version contained in the containers used. This ticket is to explore...
The readme for this project is getting a bit long and still doesn't cover many of the options and sub-commands in depth. It's time to create a proper documentation site.
When starting Kana for the first time in an empty folder and using either the "plugin" or "theme" type I want to make it a bit easier to jumpstart a...
I don't like leaving left-overs, ever. This is to add an "uninstall" command that will cleanup as much as possible when invoked (default settings, remove the SSL, etc).