indento
Indent strings.
:cloud: Installation
$ npm i --save indento
:clipboard: Example
const indento = require("indento");
console.log(indento("Hello World", 4));
console.log(indento("Hello\nMars", 1));
console.log(indento("Hello\nPluto", 2, "a"));
:memo: Documentation
indento(input, width, char)
Indents the input string.
Params
- String
input
: The input string. - Number
width
: The indent width. - String
char
: The character to use for indentation (default: " "
).
Return
- String The indented string.
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.
:moneybag: Donations
Another way to support the development of my open-source modules is
to set up a recurring donation, via Patreon. :rocket:
PayPal donations are appreciated too! Each dollar helps.
Thanks! :heart:
:dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
bgm
(by EGOIST)—Display bangumi list in CLI.emoji-logger
—Logging library based on flat colors and Emoji.testen
(by EGOIST)—Run tests for multiple versions of Node.js in local env.tilda
—Tiny module for building command line tools.
:scroll: License
MIT © Ionică Bizău