infrasight
v0.0.0
Published
A simple npm package created quickly for testing and demonstration purposes
Downloads
2
Maintainers
Readme
Infracite
A simple npm package created quickly for testing and demonstration purposes.
Installation
npm install infraciteUsage
const { greet, getInfo } = require('infracite');
// Basic greeting
console.log(greet()); // "Hello, World! Welcome to Infracite."
// Custom greeting
console.log(greet('Brandon')); // "Hello, Brandon! Welcome to Infracite."
// Get package info
console.log(getInfo()); // Returns package metadataAPI
greet(name)
Returns a greeting message.
name(string, optional): The name to greet. Defaults to "World".
getInfo()
Returns package metadata including name, version, description, and author.
License
ISC
Author
Brandon McConnell
