Updating DLCheck Release

Back then when DLCheck had very limited functionalities and features, I decided to release the project and hosted it on npm, that was probably not a good idea because the project was incomplete and needed more features and test. Today, I have pushed 4 versions in total and I am happy with how much I have added to the tool.

Steps I took to push to release to NPM:
    - Go to package.json.
    - Give project a name, a main entry point and bin (mine is index.js).
    - Give project a version number, this will be the version number showing on npm after you push it.
    - Register an account on npmjs.com.
    - In the command line, run "npm publish" command, it will ask you to log in using the account you just       registered.

I asked a friend of mine who is also a programming student to follow my README in order to install the DLCheck npm package on his end and test the tool, the process was smooth since he has experience with NodeJS and had no problem following the instructions, this is great because it means that the README is clear on how to install the tool.

To install DLCheck tool using npm:
    - Make sure to have NodeJS installed.
    - Run the command "npm install dlcheck -g".
    - If you want to know the usage of the tool, check out the documentation.


DLCheck Project Repository: https://github.com/Wei-J-Huang/dlcheck

Comments

Popular posts from this blog

Working on the Telescope Project

Hacktoberfest -1

Hacktoberfest -2