Creates meaning by undoing your abbreviation.
https://fwdekker.com/tools/debreviator/
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.
|
1 month ago | |
---|---|---|
src/main | 1 month ago | |
.editorconfig | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
Gruntfile.js | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
package-lock.json | 1 month ago | |
package.json | 1 month 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