@softreck/gitpad-github
v1.0.1
Published
API info about gihub repositories
Downloads
2
Maintainers
Readme
github
Libraries for Github Api Access, Read Only
How to start
a-install.bat
a-build.bat
a-run.bat
How 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 login
if git not exist
git init
git remote add origin https://github.com/gitpad-pl/github.git
for organisation
npm init --scope=@softreck
Publish
npm publish --access public
To 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