Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created December 9, 2018 13:09
Show Gist options
  • Save jgwill/0ab7d8e1cbc9aa3a80f491c7fb315666 to your computer and use it in GitHub Desktop.
Save jgwill/0ab7d8e1cbc9aa3a80f491c7fb315666 to your computer and use it in GitHub Desktop.
gixdeco NPM Package Readme

gixdeco

@stcgoal Extract decorator from string

Install

#!/bin/bash
npm i gixdeco --save

Usage

var gixdeco = require('gixdeco');

var
    textDeco = "@v 1812090529 A Goal I have is to get out an Object I can publish and use from anywhere in the system helping information consistency and keeps flexibility";



console.log(tool.geto(textDeco));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment