1.0.5 • Published 5 years ago

@phumo/hellonpm v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago