-
As per discussion on https://github.com/cyclejs-community/xstream-boilerplate/issues/233
-
Would be nice if the create-cycle-app CLI could have a command to init an empty flavor structure for the ones who want to start creating their own flavors. ie:
`$ create-cycle-app --initFlavor path/o…
-
Few points about this
- moving here the `cycle-scripts-one-fits-all` flavor and
- rename it to something more specific, i.e: `cycle-typescripts` (just an idea)
- being it some kind of core flavor…
-
To keep things related to the flavor in the flavor and not in create-cycle-app
@nickbalestra
-
Currently, create-cycle-app turns off `strictFunctionTypes` checks in `.tsconfig` in the `cycle-scripts-one-fits-all` flavor.
```json
"strict": true,
"strictFunctionTypes": false,
```
I want …
-
It is not really clear how to add/install a custom flavor. I asked same question [here](https://github.com/Widdershin/cycle-scripts-widdershin/issues/1) and looked at [create-cycle-app-flavors](https:…
-
> _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://bisq.wiki/Proposals)._
# Background
This proposal is in line with makin…
-
**Code to reproduce the issue:**
`create-cycle-app cycle-ts --flavor cycle-scripts-ts-webpack`
**Expected behavior:**
Successfully finish initialization
**Actual behavior:**
```
/mnt/c/Users…
-
pnpm is looking pretty solid now and is fast as it links to modules in a cach.
At some point it would be good it create-cycle-app supported it. However I found a couple of problems
# Add option …
-
### pnpm version: 2.16.2
### Code to reproduce the issue:
```
pnpx create-cycle-app name --flavor cycle-scripts-one-fits-all@beta --pnpm
cd name && rm -r test
pnpm install -D webpack-bundle-ana…