cycle-scripts-widdershin

0.4.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    0
    • latest

Version History

Package Sidebar

Install

npm i cycle-scripts-widdershin

Weekly Downloads

4

Version

0.4.0

License

MIT

Last publish

Collaborators

  • widdershin