O
O
Oxoron2016-07-28 11:27:08
Programming
Oxoron, 2016-07-28 11:27:08

How to inform the community about a new library?

Good afternoon.
I created a small library to make it easier to write queries against the Azure Storage Table. Where should I write about it? So far, only reddit and habr come to mind.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2016-07-28
@Oxoron

1. Make a good README, of course in English, where you indicate how to use it and what it requires.
2. You make several examples (namely, the working code in the examples subfolder) for the main cases of using the library.
3. Upgrade to open source hosting if you haven't already.
4. Set up CI (for example, on AppVeyour ), this is not necessary, but desirable.
5. Upload finished packages to NuGet. Of course, you must learn how to package your library in a normal package. Put the right tags in nuspec.
6. Cover with tests, at least partially.
After that, your library will be taken more or less seriously.
7. You can try on CodeProjectto tell, there they often talk about libraries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question