0.1.1 • Published 6 years ago
vacillate v0.1.1
vacillate
See blog post: https://scottlnorvell.com/vacillate
Install
npm install vacillate
# - OR -
yarn add vacillateCommand Line
> npx vacillate cookies cake "ice cream"
cookies
What I really meant was: ice cream
Just kidding: cake
No wait: cookies
Just kidding: ice cream
Actually: cake
What I really meant was: cookies
No wait: cake
Just kidding: ice cream
Actually: cookies
What I really meant was: ice cream
No wait: cake
Actually: cookies
cake! (vacillated 14 times)
I choose: cakeRunning tests
yarn
yarn test
yarn test --watchDev mode
When developing you can run:
yarn watchThis will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:5000.
Previewing umd build in the browser
You can open dev/index.html to try it out.