0.4.0 • Published 11 months ago

edictor v0.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

{ Edictor }


Documentation


Please read usage documentation at https://nitipit.github.io/edictor/


Features


  • Object definition is easy to use.
  • Provide concise APIs for validations.
  • Validation throws error.
  • Modular : Model and Field can be extends and reused as class and object in ES6.
  • Self-contained : object created from definition will validate itself when object's data changed.
  • Atomic Update : Model().update(data) will update data as all or nothingaccording to validations.
  • Tiny & Compact : ~2kB minify + gzip


Library Development


Environment

  • NodeJS

Recommended editor

Setup

$ git clone git@github.com:nitipit/edictor.git
$ cd edictor
$ npm install

Run test for development process

$ npm run test-watch

The command above will run jest testing framework in watch mode.

To test individual file:

$ npx jest --watch src/edictor/field.test.ts

Build { edictor } library

npm run build

Documentation Development


Environment

  • Python
  • NodeJS

Recommended editor

Generate static html (Compatible with github page)

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r require.pip
$ python docs.py
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)

Contribution


Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request


Contact


Nitipit Nontasuwan - nitipit@gmail.com

Project repository: https://github.com/nitipit/edictor
Project website: https://nitipit.github.io/edictor/

0.1.0

12 months ago

0.3.0

12 months ago

0.1.2

12 months ago

0.2.0

12 months ago

0.1.1

12 months ago

0.1.4

12 months ago

0.4.0

11 months ago

0.3.1

12 months ago

0.1.3

12 months ago

0.0.1

1 year ago