1.0.2 • Published 1 year ago

first-npm-by-shibilicv v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

First NPM package by shibilicv

This is a simple test library written in TypeScript for learning how to publish TypeScript packages to NPM.

Installation

npm install first-npm-by-shibilicv

Usage

Import the library functions and use them:

import { sayHello, sayHelloProps } from 'first-npm-by-shibilicv';

// Define the props
const user: sayHelloProps = {
  firstName: 'John',
  lastName: 'Doe',
  age: 25,
};

// Use the function
sayHello(user);

Getting Started

This library requires:

  • Node.js and NPM
  • TypeScript
  • Tsup

To start using in your project:

  1. Install with npm install first-npm-by-shibilicv
  2. Import needed functions and classes
  3. Build your project using TypeScript compiler

License

This library is licensed under the MIT License. See LICENSE for more information.

Contributing

Contributions welcome! Please open issues or PRs on GitHub.

Author

Shibilicv

This provides details on installation, usage, getting started, licensing, contributing, and the author for a simple test TypeScript npm package. Let me know if you need any part expanded or clarified!

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago