Feliz/Fable bindings for react-input-mask
npm install react-input-mask
dotnet paket add Feliz.ReactInputMask --project <path to your proj>
(From the target project folder)
dotnet femto install Feliz.ReactInputMask
This project uses fake, paket, and femto as .NET Core local tools. Therefore, run dotnet tool restore to restore the necessary CLI tools before doing anything else.
To run targets using Fake: dotnet fake build -t TargetName
- Run the
CiBuildtarget to check that everything compiles - Commit and tag the commit (this is what triggers deployment from AppVeyor). For consistency, the tag should be identical to the version (e.g.
1.2.3).