M.O.G. Script
Installation 💾
npm install -g mog-script
Usage 🍴
Say you have a M.O.G. file named 🍧.💎
that contains:
💎 createStore = 💎 reducer = ⚙ 🚦 actiontype 💼 'INCREMENT': 🎁 state + actionpayload 💼 'DECREMENT': 🎁 state - actionpayload 💎 initialState = 0 💎 store = store
You can run it with:
💎 🍧.💎
🚄