1.0.4 • Published 6 years ago

@rituvesh/demo_pkg v1.0.4

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

demo_pkg

demo_pkg

@rituvesh/demo_pkg

npm (scoped) npm bundle size (minified)

Demo return

Install

$ npm install @rituvesh/demo_pkg

Usage

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

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

run below commands to create very basic npm package

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

demo_pkg

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago