sindresorhus/ama

Marketing an OSS project

ferbs opened this issue · 0 comments

ferbs commented

Hi, I just released a project but find myself reluctant to post/shout about it because over a week ago I released a different project, excitedly mentioning it to projects and people who might find it useful on Github and StackOverflow, but was completely ignored.

This new one is related to some of your stuff, so I thought I'd ask for tips/help/advice.

The new one is @wranggle/storage -- it lets you add feature layers (like time-based item expiration) on top of other persistence libraries (like sindresorhus/conf) so you can use the same uniform API and features in a web page, an Electron project, or a browser extension. The previous project is @wranggle/rpc, letting different windows/processes communicate over messaging with much less clutter.