1.0.2 • Published 6 years ago

douscrm v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

douscrm

Coverage StatusVersion npmNPM DownloadsTravis Build Status

NodeJS opensource CRM system.

For start the project you can download it and start with

npm start

If you like create a bundle add the dependency

npm install douscrm

And in your application add:

var douscrm = require('douscrm');

Currently the project start with require it. In future return the core for working with plugins and configurations.