1.0.0 ā€¢ Published 2 years ago

@blazingworks/helloworld v1.0.0

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

@blazingworks/helloworld

Lines of code npm Downloads GitHub issues GitHub pull requests GitHub GitHub Repo stars npm Version GitHub contributors

šŸŒ Hello World NPM Library by BlazingWorks, acts as a boilerplate for future libraries

Tech Stack

Installation

NPM

npm install @blazingworks/helloworld

Yarn

yarn add @blazingworks/helloworld

Usage

TypeScript

import { helloWorld } from '@blazingworks/helloworld';

console.log(helloWorld());
// or
console.log(helloWorld("Nagi Aoe"));

JavaScript

const { helloWorld } = require('@blazingworks/helloworld');

console.log(helloWorld());
// or
console.log(helloWorld("Reiji Kurose"));

How to report issues/questions

License

As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact opensource@blazing.works for very important matters.

ā„¹ļø All code in this repository is licensed under the MIT License.