Skip to content

Instantly share code, notes, and snippets.

@geovanisouza92
Last active October 15, 2016 21:40
Show Gist options
  • Save geovanisouza92/0f33b55f62baca22c6bdb73b56333311 to your computer and use it in GitHub Desktop.
Save geovanisouza92/0f33b55f62baca22c6bdb73b56333311 to your computer and use it in GitHub Desktop.
create-cycle-app's flavors
[
{
"name": "ES6 (babel) + Browserify",
"value": "cycle-scripts-es-browserify"
},
{
"name": "TypeScript + Browserify",
"value": "cycle-scripts-ts-browserify"
},
{
"name": "ES6 (babel) + Webpack",
"value": "cycle-scripts-es-webpack"
},
{
"name": "TypeScript + Webpack",
"value": "cycle-scripts-ts-webpack"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment