1.0.8 • Published 6 years ago

@rituvesh/gpr_demo v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

gpr_demo

gpr_demo

@rituvesh/gpr_demo

npm (scoped) npm bundle size (minified)

Demo return

Install

$ npm install @rituvesh/gpr_demo

Usage

const demoPkg = require("@rituvesh/gpr_demo");

demoPkg();
//=> "Hi!, return from gpr_demo"

run below commands to create very basic npm package

login to your npm account
npm adduser
npm login
Create basic files and directory
mkdir gpr_demo
cd gpr_demo
touch package.json
add below to package.json
{
  "name": "@rituvesh/gpr_demo",
  "version": "1.0.0"
}
finally publish it public
npm publish --access=public
and see the package at

gpr_demo

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago