CMSgov / price-transparency-guide-validator

Validation tool to check output files required by the price-transparency-guide
Apache License 2.0
29 stars 13 forks source link

Update readme and dependencies to prepare for publishing #39

Closed mint-thompson closed 2 years ago

mint-thompson commented 2 years ago

Installation instructions now use npm instead of local files. This allows the wrapper to be run from any directory if installed globally.

This should be all the things that need to be cleaned up for an initial release on npm.

shaselton-usds commented 2 years ago

@mint-thompson I wasn't able to pull the npm package from the npm install -g cms-mrf-validator command. I got a 404 with the following message

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/cms-mrf-validator - Not found
npm ERR! 404
npm ERR! 404  'cms-mrf-validator@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
shaselton-usds commented 2 years ago

Might this be an opportunity to update the version to 1.0 or were we waiting on something else to get us to that point?

mint-thompson commented 2 years ago

@shaselton-usds the package should now be actually available on NPM: https://www.npmjs.com/package/cms-mrf-validator

shaselton-usds commented 2 years ago

Great, was able to run locally without issue. Thanks!