How to use the Compressor?
-
Hi everybody, I'm getting lost on how to use the compiler...I read Windy has its own compiler but I cannot find any info about how to install it and use it. I read als the docs/compiler.md documentation but no light into my mind. Can you plase advice? I have my plugin.js, config.js and package.json. Now I want to publish the plugin to NPM. Befoore this I guess have to compile my 3 files into one...what shold I do?
Thanks, appreciated
-
@progaut do you have repository of your plugin on github?
-
Hi @ivo not yet but I have created it for you: https://github.com/Delfins/windy-plugin-pn-boats
Plus, I have the npm package: https://www.npmjs.com/package/windy-plugin-pn-boatsSo far my goal would just be able to reproduce the boat-tracker plugin of your example. Just to gain confidence with the system. Than I'll develop my own logics. But so fare I just would like to clone the boat-tracker plugin and be able to publish it "by myself" just to gain confidence with the process.
Thanks
-
Why don't you follow Windy Plugins instructions?
https://github.com/windycom/windy-plugins -
Thanks @siim I misunderstood the guide, now I will follow the guide from step 0 again, let's see how it goes.