linkChek 1.0.0!

So this past weekend, I've finally released the CLI tool we've been working on this whole semester for its first offical release! linkChek 1.0.0 is up on npm and GitHub! Last week we were tasked by our professor for our final lab, to release our CLI program that we've been gradually working on throughout the labs for this semester and polish it up for production.

So as a Node.JS app, I had to look up how to release my program on the npm registry. The process was quite simple. I just had to edit the package.json file a little bit with info such as keywords for the npm database, final name for release, and github repo links, just to name a few. 

So I pushed my final commit on the master branch for the release, added the 1.0.0 tag and followed these instructions to publish an unscoped package up on npm website.



Now you can install and run linkChek with this command in your shell

npx linkChek

or

npm install linkChek


Here is the page on the NPM website : linkChek [https://www.npmjs.com/package/link-chek]

Here is the GitHub repo page : linkChek [https://github.com/joelazwar/linkChek]


Thanks for reading

Comments

Popular posts from this blog

Release 0.3 : Telescope and The Quest for Infinity.... Scroll

Introduction

Git : Rebasing Refactoring Amending