Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "indento", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Indent strings.", | ||
@@ -28,3 +28,14 @@ "main": "lib/index.js", | ||
}, | ||
"homepage": "https://github.com/IonicaBizau/indento#readme" | ||
"homepage": "https://github.com/IonicaBizau/indento#readme", | ||
"files": [ | ||
"bin/", | ||
"app/", | ||
"lib/", | ||
"dist/", | ||
"src/", | ||
"resources/", | ||
"menu/", | ||
"cli.js", | ||
"index.js" | ||
] | ||
} |
@@ -0,1 +1,2 @@ | ||
# indento [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/indento.svg)](https://www.npmjs.com/package/indento) [![Downloads](https://img.shields.io/npm/dt/indento.svg)](https://www.npmjs.com/package/indento) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) | ||
@@ -5,3 +6,3 @@ | ||
## Installation | ||
## :cloud: Installation | ||
@@ -12,4 +13,7 @@ ```sh | ||
## Example | ||
## :clipboard: Example | ||
```js | ||
@@ -32,4 +36,5 @@ const indento = require("indento"); | ||
## Documentation | ||
## :memo: Documentation | ||
### `indento(input, width, char)` | ||
@@ -46,12 +51,18 @@ Indents the input string. | ||
## How to contribute | ||
## :yum: How to contribute | ||
Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## Where is this library used? | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- [`emoji-logger`](https://github.com/IonicaBizau/emoji-logger#readme) | ||
## License | ||
- [`bgm`](https://github.com/egoist/bgm#readme) (by EGOIST)—Display bangumi list in CLI. | ||
- [`emoji-logger`](https://github.com/IonicaBizau/emoji-logger#readme)—Logging library based on flat colors and Emoji. | ||
- [`testen`](https://github.com/egoist/testen#readme) (by EGOIST)—Run tests for multiple versions of Node.js in local env. | ||
- [`tilda`](https://github.com/IonicaBizau/tilda)—Tiny module for building command line tools. | ||
## :scroll: License | ||
[MIT][license] © [Ionică Bizău][website] | ||
@@ -65,2 +76,2 @@ | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[docs]: /DOCUMENTATION.md |
73
4632
4
16