1.0.5 • Published 4 years ago

@phumo/hellonpm v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

hellonpm

Learn how to publish npm package

Installation

Using npm:

npm install @phumo/hellonpm

Using yarn:

yarn add @phumo/hellonpm

Usage

CommonJS:

const hellonpm = require('@phumo/hellonpm').default

hellonpm.hellonpm()
hellonpm.logAuthorInfo()
hellonpm.logLicense()

ESModule:

import hellonpm from '@phumo/hellonpm'

hellonpm.hellonpm()
hellonpm.logAuthorInfo()
hellonpm.logLicense()
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago