AndrianBdn / Paw-NodeHttpCodeGenerator

A Paw Extension that generates node.js code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Node.js Code Generator (Paw Extension)

A Paw Extension that generates Node.js (without dependencies) code.

At least Node.js 4.x is required (arrow functions, consts, etc). No additional npm depenencies in resulting code.

Installation

  • Checkout this repo
  • type 'make install'

Development

Build & Install

make install

Watch

During development, watch for changes:

npm install 
npm run watch

Tests

There are some basic functional tests, which might be run using test/test.sh

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2016 Andrian Budantsov

About

A Paw Extension that generates node.js code.

License:MIT License


Languages

Language:TypeScript 64.4%Language:JavaScript 12.0%Language:Makefile 11.9%Language:Shell 11.7%