DEV Community

Drakso
Drakso

Posted on

Any advice on building my first JavaScript Library?

Hey guys, I wrote some code for better explaining and visualizing JavaScript code execution, showing what happens at a particular line of code. It turns out to be a pretty nice tool for presentations and teaching how javascript works, so I decided to make it a library. But I don't really have a clue what to actually do to make my code a library. If I only add my code on git, does it make it a library? What licence should I use? Are there some extra things that I need to worry about?

If there are people that have experience on the matter I would really appreciate to hear some opinions and advice :)

Oldest comments (0)