10000 GitHub - hems/bfx-api-client-generator: Multi purpose template rendering machine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hems/bfx-api-client-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

~ bfx-client-generator

The Bitfinex client generator is a multi purpose template rendering machine, it's built with the goal of generating bitfinex api clients for multiple programming languages

~ installing

git clone
npm install

~ basic example

const generate = require('bfx-client-generator')

const data     = require('./data-as-object/data.js')
const template = './data-as-object/templates'
const output   = './data-as-object/output'

async function business () {
  // await the machine to do it's thing
  await generate(data, template, output)

  console.log(' - OK')
}

business()

~ partials

There are two examples:

~ development

npm run test:watch
# watch out for readFile cache sometimes between test restarts

~ tests

About

Multi purpose template rendering machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0