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.
- Host: GitHub
- URL: https://github.com/zyszys/babel-plugin-calc
- Owner: ZYSzys
- Created: 2018-07-20T13:29:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:54:24.000Z (over 1 year ago)
- Last Synced: 2025-01-21T02:25:14.606Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-plugin-calc
[](https://travis-ci.org/ZYSzys/babel-plugin-calc)Simple babel plugin demo for calculation.
## Install
```bash
npm i
```## Run (Test)
```bash
npm test
```