Creates meaning by undoing your abbreviation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Luc Everse 01624f4bfb
Bump package version to 0.0.7
2 months ago
src/main Transform entered acronym to lowercase to make regex work 2 months ago
.editorconfig Initial commit 1 year ago
.gitattributes Initial commit 1 year ago
.gitignore Initial commit 1 year ago
Gruntfile.js Add simple CSS for textarea 1 year ago
LICENSE Update repository URL 1 year ago
README.md Initial commit 1 year ago
package-lock.json Upgrade template to v3 4 months ago
package.json Bump package version to 0.0.7 2 months ago

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