0.0.0 • Published 5 years ago

node-ulmessage v0.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

��# node library for ULMessage handling

Requirements

MVP

  • node support
  • repeating group support
  • parse from string

Vnext

  • both browser and node support
  • 'stringify' support
  • parse from Buffer (stream)

Steps

  1. decide the API / Mapping
  • standard JS object (map) + ULMessage.parse static method (like JSON.parse)
  • repeating group format ?
  1. generate project (https://github.com/ospatil/generator-node-typescript)
  • push & clone
  1. run 2 groups (tests + impl) 15 min then switch