cycle-scripts-widdershin

ES6 (babel) + Browserify + Semicolons (Widdershin)

Usage no npm install needed!

<script type="module">
  import cycleScriptsWiddershin from 'https://cdn.skypack.dev/cycle-scripts-widdershin';
</script>

README

cycle-scripts-widdershin

create-cycle-app flavor with all of my personal preferences.

Starring:

  • Semicolons!
  • browserify
  • babel
  • the object spread babel plugin with a really long name!

Setup

npm install create-cycle-app -g

create-cycle-app <appname> --flavor cycle-scripts-widdershin

Where <appname> is the name of the directory you'd like to create your new Cycle app in.

You can also just pass . to use the current directory.

cd <appname>

git init
git add .
git commit -m "Initial commit"

npm start

Then, browse to localhost:8000. You should see a purple "Hello world".

Contributing

Feel free to open issues and pull requests.

License

cycle-scripts-widdershin is available under the MIT license. See LICENSE file for more info.