@softreck/gitpad-github
v1.0.1
Published
API info about gihub repositories
Maintainers
Readme
github
Libraries for Github Api Access, Read Only
How to start
a-install.bat
a-build.bat
a-run.batHow to create node module
https://docs.npmjs.com/creating-node-js-modules
Creating and publishing scoped public packages
https://docs.npmjs.com/creating-and-publishing-scoped-public-packages
Start creating and publishing
npm loginif git not exist
git init
git remote add origin https://github.com/gitpad-pl/github.gitfor organisation
npm init --scope=@softreckPublish
npm publish --access publicTo see your public package page, visit https://npmjs.com/package/package-name, replacing package-name with the name of your package. Public packages will say public below the package name on the npm website.
https://npmjs.com/package/@softreck/gitpad-github
