kana icon indicating copy to clipboard operation
kana copied to clipboard

A simple, portable CLI for efficient WordPress development

Results 18 kana issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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":...

bug

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...

enhancement

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...

enhancement

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.

documentation
enhancement

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...

enhancement

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).

enhancement