owl-invoice

0.6.2 • Public • Published

owl-invoice

Install

npm install owl-invoice -g
  1. install wkhtmltopdf and add it to PATH

Configuration

  • create .owlinvoicerc in the user`s home directory
{
    "PORT" : 8801,
    "DIR": "path where should be database stored",
}

Usage

owlinvoice

Git database

If the database directory specified in DIR contains a initialized git repository, then owl-invoice will automatically pull and push each change to a current branch. It is necessary to have remote upstream branch for current local branch already specified. In other words, git pull and git push commands must end with success without specifying remote or branch. Only files in db subdirectory are pushed to remote repository. Also keep in mind, that owl-invoice will not try to do any merging by itself.

development

setup

  1. setup .env file according to .env.example
  2. npm i && cd client && npm i && cd ..
  3. setup proxy in client\src\setupProxy.js (TODO: make it configurable)

start

  1. npm start

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.6.2
    0
    • latest

Version History

Package Sidebar

Install

npm i owl-invoice

Weekly Downloads

0

Version

0.6.2

License

MIT

Unpacked Size

6.39 MB

Total Files

244

Last publish

Collaborators

  • pruttned