1.0.3 • Published 5 years ago

@gosweat/test-package v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
5 years ago

Test package

Test package is a Node library which provides a simple solution to saying hello and goodbye to the world.

What can I do

Anything you want. But in particular

  • Say hello world
  • Say goodbye world

Getting Started

Installation

To use test-package in your project, run:

npm i @gosweat/test-package
# or "yarn add @gosweat/test-package"

Usage

Example - saying hello world:

const { hello } = require('@gosweat/test-package');

const phrase = hello();
// phrase = "hello world"

Documentation

hello

const phrase = hello();
// phrase = "hello world"

goodbye

const phrase = goodbye();
// phrase = "goodbye world"