1.0.1 • Published 3 years ago

written-in-stars v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Basic utility to frame text in stars in the console.

This is a dummy package to learn publishing to npmjs registry.

How to use:

  • Run npm install written-in-stars
  • Import it in your code.
  • The package exports a fuction, so invoke it passing in the text you want written in stars.
  • Example use in a node project:
    const witInStars = require("written-in-stars");

    writInStars("I'm a martian!");

That simple😉