1.0.6 • Published 3 years ago

@toviszsolt/npm-test-package v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

About this package

Keep Calm and Install my first Npm package.

How to Install

npm i @toviszsolt/npm-test-package

or

yarn add @toviszsolt/npm-test-package

How to Use

  • Create a folder, for example test
  • Install package, run command line npm i @toviszsolt/npm-test-package
  • Create a new file, for example index.js
  • Edit index.js and import package (example below)
  • Run command line node index.js

Example

// index.js
const test = require('@toviszsolt/npm-test-package');

Greetings

Have a good one!

1.0.6

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago