Skip to content
/ helloworld Public template

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

License

Notifications You must be signed in to change notification settings

blazingworks/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

@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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published