Skip to content

PrudentMe/text-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@prudent/text-import

Server for Prudent text import add-ons.

This is useful for Prudent add-on developers.

Installing

$ npm install --save @prudent/text-import

Usage

require('text-import').start(function(content) {
    //Place parsing functionality here
    //When parsed, output transactions to stdout
});

About

Starting point for Prudent text/CSV import add-on creators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published