Skip to content

Latest commit

ย 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages