$ npm install component-inject-at-cursorinject a string or dom node at the cursor
Install with component(1):
$ component install component/inject-at-cursor
Inject content at the cursor. content can either be a text string or some html. Returns the content node
Run tests using component-test:
npm install component-test
make test
MIT