parameshwar

1.0.0 • Public • Published

Parameshwar Package

A simple NPM package that prints about Me when executed.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have Node.js and NPM installed on your machine. You can download them from nodejs.org.

Installing

  1. Clone the repository:

    git clone https://github.com/parameshwar-arroju/parameshwardev-npm
    cd parameshwardev-npm
  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Run the package using start:

    npm start

Usage

After building the project, you can use the package globally with npx. Simply run:

npx parameshwar

Development

Scripts

  • npm start: Runs the TypeScript file directly for development purposes.
  • npm run build: Compiles the TypeScript files to JavaScript.
  • npx parameshwar: Runs the compiled JavaScript file.

Publishing

To publish the package to NPM:

  1. Login to NPM:

    npm login
  2. Publish the package:

    npm publish

Package Sidebar

Install

npm i parameshwar

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

8.64 kB

Total Files

4

Last publish

Collaborators

  • parameshwar-arroju