Rs.js module porting (tracking topic)

I don’t know where else to put this information, and it would be good to coordinate efforts anyway. So, as we basically decided to move all modules into their own repos and npm packages, I already ported the following ones myself (whenever I needed them in apps):

Let’s all use the GitHub topic/tag “remotestorage-module” for modules. For the XMPP credentials I also ported the first util to it’s own repo, and decided to go with the “remotestorage-util” namespace for npm package, GitHub repo and GitHub topic:

I already wished I had the module generator CLI, because copying around boilerplate gets old really fast. :wink:

Let’s also use “remotestorage-module” as keyword in the package.json. That way they can be easily browsed on npm.com as well.

See https://www.npmjs.com/browse/keyword/ember-addon as an example for Ember addons.

1 Like

Good idea!