1.0.1 • Published 5 years ago

@softreck/gitpad-github v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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