0.4.0 • Published 7 years ago

cycle-scripts-widdershin v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.