Femto icon indicating copy to clipboard operation
Femto copied to clipboard

Femto is a CLI tool that automatically resolves npm packages used by Fable bindings

Results 15 Femto issues
Sort by recently updated
recently updated
newest added

I was trying to use femto on my fable app but it keeps on emiting this err `Failed to retrieve information about react required by Fable.React` What can I do?

Thanks for creating `femto`! It works well and has a few features that I'm using often. However, there is nothing like `--update`. Meanwhile, what would be the best strategy to...

enhancement

Currently if I run `dotnet femto src` and I'm missing some npm packages, Femto considers the validation to be successful if there are no `UnableToResolve` actions: https://github.com/Zaid-Ajaj/Femto/blob/903553993f9210c0af89f7279b515a7d16ef0c82/src/Program.fs#L869-L878 It'd be nice...

When trying to run ``femto --resolve src/Client/Client.fsproj``, I get: > $ dotnet femto --resolve src/Client/Client.fsproj > [12:45:57 INF] Analyzing project C:\Development\halcwb\apps\GenPres2\src\Client\Client.fsproj > [12:45:57 INF] Running dotnet restore against the project...

Femto should attempt to find the root workspace (if there is one) before deciding to use NPM or Yarn

I am working on binding `express` which have a bunch of API coming from other packages. For example, it use [`mime`](https://github.com/broofa/mime) package. I did bind the Mime API but now...

![image](https://user-images.githubusercontent.com/4236651/88207047-7d9ac880-cc4f-11ea-91ec-6ea2496daeb0.png)

Would it make sense for there to be a `femto upgrade` that basically calls `dotnet paket upgrade && yarn upgrade`?

In [https://github.com/cmeeren/fable-elmish-electron-material-ui-demo](cmeeren/fable-elmish-electron-material-ui-demo), I had installed a `Feliz.MaterialUI` version that had the following in its `fsproj`: ```fsproj ``` In the Electron project's `package.json`, the version was pinned to a lower one:...