Skip to content

Jaid/filenamify-shrink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa8a611 · Sep 19, 2021
May 14, 2021
Dec 2, 2019
Jul 18, 2019
Jul 18, 2019
Sep 17, 2021
Jul 18, 2019
Dec 21, 2019
Jan 20, 2020
Sep 17, 2021
May 22, 2021
Sep 17, 2021
Mar 16, 2020
Apr 17, 2020
Sep 19, 2021
Jan 13, 2020
Oct 1, 2020
Sep 17, 2021

Repository files navigation

filenamify-shrink

License Sponsor filenamify-shrink Build status Commits since v1.0.0 Last commit Issues
Latest version on npm Dependents Downloads

Ensures file-safe strings by removing invalid characters.

Installation

filenamify-shrink on npm

npm install --save filenamify-shrink@^1.0.0

filenamify-shrink on Yarn

yarn add filenamify-shrink@^1.0.0

filenamify-shrink on jsDelivr filenamify-shrink on UNPKG

<script src="https://cdn.jsdelivr.net/npm/[email protected]/index.js"/>

Development

Setting up:

git clone [email protected]:jaid/filenamify-shrink.git
cd filenamify-shrink
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License

Copyright © 2020, Jaid <[email protected]> (github.com/jaid)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.