1.0.2 • Published 2 years ago

dep-version-analyzer v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Get started

Run the following command in a folder that contains a package.json file and you should see the result in your browser:

šŸ‘‰ npx dep-version-analyzer

Contributing

Getting the local project up and running

Clone this repo locally and install the dependencies:

yarn install

Run the application locally (it doesn't have a hot reload as it is all static files):

yarn start

Building the project

After you change something in the src folder, you need to run yarn build to generate the bin/view-template.js file.

Testing the command

If you already had installed or executed the command before, you will need to remove it first:

npm uninstall dep-version-analyzer -g

Then, install the local local project by executing npm i -g. Then you can execute the following command and it will be from your local project:

npx dep-version-analyzer
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago