DEV Community

Cover image for The quick and sweet npm package
pBose
pBose

Posted on • Updated on

The quick and sweet npm package

Start creating quick packages while working with Javascript

  • Create an account on npm
  • Create your GitHub account
  • Choose a quick JS work like Image Switcher
  • Now write your JS
  • Do some testing
  • Publish package on GitHub and npm

If you are interested to know the full process of creating and publishing your package please let me know in the comment

Importance to do so

  1. GitHub and npm are huge communities for developers, so you will have the opportunity to be part of that and that will give your profile a star.

  2. For beginners It will help a lot to grow confidence as a developer.

  3. Your code will have real-time testing.

If you like it, you can checkout my work here
https://github.com/nebula-byte/image-switcher

Conclusion

Developers are basically creator, and sharing your creation is important. It will help others to grow.

Love and best wishes to all creator..

If you found this article interesting please consider following me on Twitter, facebook

Top comments (0)