Skip to content

Commit

Permalink
Renaming to Project Scaffold to Suave.Azure.Functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Sep 27, 2016
1 parent 01f66f0 commit 2d00525
Show file tree
Hide file tree
Showing 21 changed files with 98 additions and 379 deletions.
22 changes: 11 additions & 11 deletions FSharp.ProjectScaffold.sln → Suave.Azure.Functions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.ProjectTemplate", "src\FSharp.ProjectTemplate\FSharp.ProjectTemplate.fsproj", "{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}"
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Suave.Azure.Functions", "src\Suave.Azure.Functions\Suave.Azure.Functions.fsproj", "{9FB8CFB3-AA3D-4972-AF9F-EB4E541ED57E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -32,29 +32,29 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.ProjectTemplate.Tests", "tests\FSharp.ProjectTemplate.Tests\FSharp.ProjectTemplate.Tests.fsproj", "{E789C72A-5CFD-436B-8EF1-61AA2852A89F}"
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Suave.Azure.Functions.Tests", "tests\Suave.Azure.Functions.Tests\Suave.Azure.Functions.Tests.fsproj", "{4E64A344-FC87-4CA3-B46D-11AA6C8595E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Release|Any CPU.Build.0 = Release|Any CPU
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Release|Any CPU.Build.0 = Release|Any CPU
{9FB8CFB3-AA3D-4972-AF9F-EB4E541ED57E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB8CFB3-AA3D-4972-AF9F-EB4E541ED57E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB8CFB3-AA3D-4972-AF9F-EB4E541ED57E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB8CFB3-AA3D-4972-AF9F-EB4E541ED57E}.Release|Any CPU.Build.0 = Release|Any CPU
{4E64A344-FC87-4CA3-B46D-11AA6C8595E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E64A344-FC87-4CA3-B46D-11AA6C8595E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E64A344-FC87-4CA3-B46D-11AA6C8595E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E64A344-FC87-4CA3-B46D-11AA6C8595E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{E789C72A-5CFD-436B-8EF1-61AA2852A89F} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{4E64A344-FC87-4CA3-B46D-11AA6C8595E0} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal
Binary file renamed build.template → build.fsx
Binary file not shown.
22 changes: 11 additions & 11 deletions docs/content/index.fsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(*** hide ***)
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#I "../../bin"

(**
FSharp.ProjectScaffold
Suave.Azure.Functions
======================
Documentation
Expand All @@ -13,8 +13,8 @@ Documentation
<div class="span1"></div>
<div class="span6">
<div class="well well-small" id="nuget">
The FSharp.ProjectScaffold library can be <a href="https://nuget.org/packages/FSharp.ProjectScaffold">installed from NuGet</a>:
<pre>PM> Install-Package FSharp.ProjectScaffold</pre>
The Suave.Azure.Functions library can be <a href="https://nuget.org/packages/Suave.Azure.Functions">installed from NuGet</a>:
<pre>PM> Install-Package Suave.Azure.Functions</pre>
</div>
</div>
<div class="span1"></div>
Expand All @@ -26,8 +26,8 @@ Example
This example demonstrates using a function defined in this sample library.
*)
#r "FSharp.ProjectScaffold.dll"
open FSharp.ProjectScaffold
#r "Suave.Azure.Functions.dll"
open Suave.Azure.Functions

printfn "hello = %i" <| Library.hello 0

Expand Down Expand Up @@ -59,9 +59,9 @@ The library is available under Public Domain license, which allows modification
redistribution for both commercial and non-commercial purposes. For more information see the
[License file][license] in the GitHub repository.
[content]: https://github.com/fsprojects/FSharp.ProjectScaffold/tree/master/docs/content
[gh]: https://github.com/fsprojects/FSharp.ProjectScaffold
[issues]: https://github.com/fsprojects/FSharp.ProjectScaffold/issues
[readme]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/README.md
[license]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/LICENSE.txt
[content]: https://github.com/fsprojects/Suave.Azure.Functions/tree/master/docs/content
[gh]: https://github.com/fsprojects/Suave.Azure.Functions
[issues]: https://github.com/fsprojects/Suave.Azure.Functions/issues
[readme]: https://github.com/fsprojects/Suave.Azure.Functions/blob/master/README.md
[license]: https://github.com/fsprojects/Suave.Azure.Functions/blob/master/LICENSE.txt
*)
6 changes: 3 additions & 3 deletions docs/content/tutorial.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(*** hide ***)
(*** hide ***)
// This block of code is omitted in the generated HTML documentation. Use
// it to define helpers that you do not want to show in the documentation.
#I "../../bin"
Expand All @@ -10,8 +10,8 @@ Introducing your project
Say more
*)
#r "FSharp.ProjectScaffold.dll"
open FSharp.ProjectScaffold
#r "Suave.Azure.Functions.dll"
open Suave.Azure.Functions

Library.hello 0
(**
Expand Down
12 changes: 6 additions & 6 deletions docs/tools/generate.template → docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
// (This is the original behaviour of ProjectScaffold prior to multi project support)
let referenceBinaries = []
// Web site location for the generated documentation
let website = "/##ProjectName##"
let website = "/Suave.Azure.Functions"

let githubLink = "##GitUrl##/##GitHome##/##GitName##"
let githubLink = "https://github.com/tamizhvendan/Suave.Azure.Functions"

// Specify more information about your project
let info =
[ "project-name", "##ProjectName##"
"project-author", "##Author##"
"project-summary", "##Summary##"
[ "project-name", "Suave.Azure.Functions"
"project-author", "tamizhvendan"
"project-summary", "Suave + Azure Functions = Awesomeness"
"project-github", githubLink
"project-nuget", "http://nuget.org/packages/##ProjectName##" ]
"project-nuget", "http://nuget.org/packages/Suave.Azure.Functions" ]

// --------------------------------------------------------------------------------------
// For typical project, no changes are needed below
Expand Down
254 changes: 0 additions & 254 deletions init.fsx

This file was deleted.

Loading

0 comments on commit 2d00525

Please sign in to comment.