sluging.js

1.0.3 • Public • Published

Sluging.js

How to use?

yarn add sluging.js
# or
npm install sluging.js
const { sluging } = require('sluging.js');

sluging('A new place');
// a-new-place

sluging('Não é pra lá');
// nao-e-pra-la

Readme

Keywords

none

Package Sidebar

Install

npm i sluging.js

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

9.64 kB

Total Files

8

Last publish

Collaborators

  • juliosouzam