budibase/packages/common
Martin McKeaveney 8a7c0f8ba3 pouchDB integration, use app id instead of app name for keying app packages 2020-04-23 14:37:08 +01:00
..
.vscode created common package 2020-04-15 15:24:24 +01:00
lib backend allowing creation of models, records and databases 2020-04-20 16:17:18 +01:00
node_modules pouchDB integration, use app id instead of app name for keying app packages 2020-04-23 14:37:08 +01:00
src backend allowing creation of models, records and databases 2020-04-20 16:17:18 +01:00
test backend allowing creation of models, records and databases 2020-04-20 16:17:18 +01:00
.babelrc created common package 2020-04-15 15:24:24 +01:00
.gitignore pouchDB integration, use app id instead of app name for keying app packages 2020-04-23 14:37:08 +01:00
.npmignore created common package 2020-04-15 15:24:24 +01:00
.travis.yml created common package 2020-04-15 15:24:24 +01:00
CONTRIBUTING.md created common package 2020-04-15 15:24:24 +01:00
LICENSE created common package 2020-04-15 15:24:24 +01:00
package.json backend allowing creation of models, records and databases 2020-04-20 16:17:18 +01:00
readme.md created common package 2020-04-15 15:24:24 +01:00
yarn.lock backend allowing creation of models, records and databases 2020-04-20 16:17:18 +01:00

readme.md

Getting Started

Install packages:

npm install

Next, run the tests. Install jest, globally:

npm install -g jest

And finally, run

jest

Documentation

A work in progress, lives here: https://github.com/Budibase/docs/blob/master/budibase-core.md