appnamify

1.0.0 • Public • Published

appnamify

A very small module that returns a string that's safe to use as name for an application inside Electron tooling. It's only extracted out as its own module because it's used across packages.

const { appnamify } = require('appnamify')

// Returns "My-Weird-App-Name"
const safeString = appnamify('My Weird App%Name')

Readme

Keywords

Package Sidebar

Install

npm i appnamify

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.12 kB

Total Files

3

Last publish

Collaborators

  • felixrieseberg