Creates meaning by undoing your abbreviation.
Go to file
Luc Everse 01624f4bfb Bump package version to 0.0.7 2023-02-01 15:07:25 +01:00
src/main Transform entered acronym to lowercase to make regex work 2023-02-01 15:07:25 +01:00
.editorconfig Initial commit 2021-11-28 18:25:16 +01:00
.gitattributes Initial commit 2021-11-28 18:25:16 +01:00
.gitignore Initial commit 2021-11-28 18:25:16 +01:00
Gruntfile.js Add simple CSS for textarea 2021-11-28 18:29:40 +01:00
LICENSE Update repository URL 2022-02-28 17:15:54 +01:00
README.md Initial commit 2021-11-28 18:25:16 +01:00
package-lock.json Upgrade template to v3 2022-11-21 23:05:16 +01:00
package.json Bump package version to 0.0.7 2023-02-01 15:07:25 +01:00

README.md

Debreviator

Creates meaning by undoing your abbreviation.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy

Publishing

# Log in to npm
$> npm login
# Push to npm
$> npm publish --access public