README
babel-plugin-lodash-fp
Installation
npm install babel-plugin-lodash-fp
Development
git clone https://github.com/tbroadley/babel-plugin-lodash-fp.git
cd babel-plugin-lodash-fp
npm install
npm test -- --watch
Transform lodash syntax to lodash/fp syntax using Babel.
<script type="module">
import babelPluginLodashFp from 'https://cdn.skypack.dev/babel-plugin-lodash-fp';
</script>
npm install babel-plugin-lodash-fp
git clone https://github.com/tbroadley/babel-plugin-lodash-fp.git
cd babel-plugin-lodash-fp
npm install
npm test -- --watch