1.0.0 • Published 3 years ago

spacious-text v1.0.0

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

Spacious Text

A module and CLI app for making spaced out text

Install

npm install spacious-text

Usage

CLI:

space-text <Your Text> # < Y o u r  T e x t >

As a module:

const spaceText = require('spacious-text');

spaceText('<Your Text>'); // < Y o u r  T e x t >
1.0.0

3 years ago