@blazingworks/helloworld
v1.0.0
Published
Hello World NPM Library by BlazingWorks, acts as a boilerplate for future libraries
Downloads
1
Readme
@blazingworks/helloworld
🌍 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
- For general issues/questions, open an issue
- For security issues, please email [email protected]
- For important questions, please email [email protected]
License
As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact [email protected] for very important matters.
ℹ️ All code in this repository is licensed under the MIT License.