You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it a dotnet CLI tool I assume? If so, how do I extend the core set of tools with saturn?
Ah, I think this is it: how-to-start please add link to this resource :)
[I] ⋊> dotnet new -i Saturn.Template 16:41:11
Restoring packages for /Users/kristianmandrup/.templateengine/dotnetcli/v2.2.103/scratch/restore.csproj...
Installing Saturn.Template 0.7.0.
[I] ⋊> mkdir SaturnSample
[I] ⋊> cd SaturnSample
[I] ⋊> dotnet new saturn -lang F#
The template "Saturn v0.7.0" was created successfully.
The text was updated successfully, but these errors were encountered:
kristianmandrup
changed the title
Please add a Getting Started guide or link
Please add a basic Quick start guide for installing tool and creating first project
Mar 3, 2019
What is the best way to get started using
dotnet saturn
Please provide some basic quick start documentation in the Readme or a link to wiki, blog post or similar.
What do I need to do in order to have the
saturn
CLI available on my Mac OSX?Note: I've been looking at the SAFE stack documentation site, but still not clear. Cheers.
Is it a dotnet CLI tool I assume? If so, how do I extend the core set of tools with
saturn
?Ah, I think this is it: how-to-start please add link to this resource :)
The text was updated successfully, but these errors were encountered: