Auto submit code to marketplace

Permalink
Hello together,

i have created a GruntJS Plugin for package developers. With this plugin it is possible to automatically submit code to the concrete5 marketplace.

Your can find the plugin here:
https://bitbucket.org/fabianbitter/concrete-package-uploader...

Best Regards

fabianbitter
 
fabianbitter replied on at Permalink Reply
fabianbitter
Example code:

grunt.config.init({
    concrete_package_uploader: {
        credentials: {
            username: "your_username",
            password: "your_password"
        },
        packageInformations: {
            packageHandle: "your_package_handle",
            packageFile: "build/your_package_file.zip",
            title: "My package",
            version: '0.9.0',
            singlePrice: 15,
            keywords: 'some, keywords',
            shortDescription: 'This is a short description.',
            description: 'This is a long description.',
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi fabianbitter,

This looks very interesting.
A3020 replied on at Permalink Reply
A3020
Hi Fabian, you put quite some work in this! It looks quite sophisticated already. I think if you want more feedback and or contributions, it'd get more attention if you put it on Github. Have you considered that?
ramonleenders replied on at Permalink Reply
ramonleenders
As mentioned on Slack:

https://bitbucket.org/fabianbitter/concrete-package-uploader...

Seems handy for developers indeed!