Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed May 13, 2020
1 parent ed385c8 commit 04a9659
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
# FocusInit
# Spatial Focus initialize project wizard


## Install the dotnet tool

```
dotnet tool install --global SpatialFocus.FocusInit --version 0.1.1
```

Install the tool globally. You can invoke the tool using the following command: `focus-init`

## Using the tool

Starts the tool and guides you through the setup wizard

```
focus-init
```

## Example usage

```
PS C:\temp> mkdir NewConsoleProject
Directory: C:\temp
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 13.05.2020 15:19 NewConsoleProject
PS C:\temp> cd .\NewConsoleProject\
PS C:\temp\NewConsoleProject> focus-init
Enter solution name [NewConsoleProject]
Enter company name [Spatial Focus GmbH]
Template repository cloned successfully.
Solution files have been copied and modified.
Create additional projects? [Y/n] n
Finished.
PS C:\temp\NewConsoleProject> dir
Directory: C:\temp\NewConsoleProject
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 13.05.2020 15:20 10765 .editorconfig
-a---- 13.05.2020 15:20 6909 .gitignore
-a---- 13.05.2020 15:20 216 Directory.Build.props
-a---- 13.05.2020 15:20 668 Directory.Build.targets
-a---- 13.05.2020 15:20 912 NewConsoleProject.sln
-a---- 13.05.2020 15:20 22430 NewConsoleProject.sln.DotSettings
-a---- 13.05.2020 15:20 99 README.md
-a---- 13.05.2020 15:20 452 stylecop.json
```

----

Expand Down

0 comments on commit 04a9659

Please sign in to comment.