jgrund / fable-jest

Fable bindings for Jest
MIT License
7 stars 6 forks source link

readme instruction for creating project #10

Closed tanabarr closed 6 years ago

tanabarr commented 6 years ago

dotnet new fable-jest -n my-test-app doesn't seem to work for me, just get command usage info

Dotnet v2.1.4 Windows 10

jgrund commented 6 years ago

This should actually be dotnet new fable-jest -n my-test-app -lang F#

I'll fix.