0.0.3 • Published 1 year ago

@arenamovediza/my-ts-lib v0.0.3

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

Mi first npm package made using Vite

This is a testing package with two objectives:

  • I want to learn how to publish a package to npm
  • I want to use other packages to make my own package so I think it'll be better to use a bundler like Vite

I've followed this tutorial called "Creating a typescript library with vite"

Library functionality

Basic geometry calculations:

  • Perimeters
  • Areas

How to Use

import {circleArea, circlePerimeter} from "@arenamovediza/my-ts-lib";

console.log(circleArea(3));
console.log(circlePerimeter(3));
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago