ian-cox / Kirby-Color-Picker

A simple color picker field for the Kirby CMS
MIT License
86 stars 13 forks source link

[Feature Request] Add Support for Kirby CLI #11

Closed luxlogica closed 8 years ago

luxlogica commented 8 years ago

Please make this custom field plugin installable and updatable via the new, official Kirby CLI. Instructions can be found on the project's page.

Many thanks in advance!

ian-cox commented 8 years ago

@luxlogica I added the package.json file. Can you test it to see if it's working correctly?

luxlogica commented 8 years ago

@ian-cox thank you for your quick response!

I tested it, and all seems fine - it finds and downloads the plugin and installs the files correctly inside a folder inside "fields". The only problem I see is that in your instructions, you ask the user to place the project files in a folder called "color". Using the CLI, the files are installed in a folder called "colorpicker". I think it may be using the 'name' attribute from the package.json file to name the folder...

ian-cox commented 8 years ago

ah okay, I can change that

ian-cox commented 8 years ago

Can you test it again? Made the change :)

luxlogica commented 8 years ago

That did it! ;-)