Skip to content

lum1n/Paw-AxiosCodeGenerator

 
 

Repository files navigation

Axios Code Generator (Paw Extension)

A Paw Extension that generates Axios (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 (just some minor modifications by me, not worthy of any copyright.)

About

A Paw Extension that generates axios code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.4%
  • JavaScript 16.0%
  • Shell 15.5%
  • Makefile 15.1%