An open API service indexing awesome lists of open source software.

https://github.com/zyszys/babel-plugin-calc

Simple babel plugin demo for calculation.
https://github.com/zyszys/babel-plugin-calc

Last synced: 3 months ago
JSON representation

Simple babel plugin demo for calculation.

Awesome Lists containing this project

README

        

# babel-plugin-calc
[![Travis CI](https://travis-ci.org/ZYSzys/babel-plugin-calc.svg?branch=master)](https://travis-ci.org/ZYSzys/babel-plugin-calc)

Simple babel plugin demo for calculation.

## Install
```bash
npm i
```

## Run (Test)
```bash
npm test
```