brooksoft.appsjs 1.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.0.15
                    
NuGet\Install-Package brooksoft.appsjs -Version 1.0.15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="brooksoft.appsjs" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="brooksoft.appsjs" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="brooksoft.appsjs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add brooksoft.appsjs --version 1.0.15
                    
#r "nuget: brooksoft.appsjs, 1.0.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=brooksoft.appsjs&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=brooksoft.appsjs&version=1.0.15
                    
Install as a Cake Tool

Javascript quick starts for templating and modularization.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.4 935 6/29/2022
3.0.3 839 6/29/2022
3.0.2 735 6/28/2022
3.0.1 451 6/28/2022
3.0.0 516 2/23/2022
2.0.2 729 12/27/2019
2.0.1 644 12/18/2019
2.0.0 620 12/2/2019
1.1.2 929 12/8/2018
1.1.1 884 11/27/2018
1.1.0 847 11/27/2018
1.0.30 1,554 4/13/2018
1.0.29 1,380 2/23/2018
1.0.28 1,164 2/8/2018
1.0.27 1,339 2/5/2018
1.0.26 1,304 2/2/2018
1.0.25 1,360 1/15/2018
1.0.24 1,349 1/12/2018
1.0.23 1,359 1/6/2018
1.0.22 1,340 12/27/2017
1.0.21 1,169 12/18/2017
1.0.20 1,330 12/8/2017
1.0.18 1,151 11/13/2017
1.0.17 1,156 10/26/2017
1.0.16 1,166 10/26/2017
1.0.15 1,181 10/10/2017
1.0.14 1,173 9/27/2017
1.0.13 1,354 9/20/2017
1.0.12 1,193 9/19/2017
1.0.11 1,185 9/11/2017
1.0.10 1,127 8/31/2017
1.0.9 1,197 8/15/2017
1.0.8 1,162 8/11/2017
1.0.7 1,120 8/9/2017
1.0.6 1,147 8/8/2017
1.0.5 1,107 8/7/2017
1.0.4 1,127 8/7/2017
1.0.3 1,139 8/3/2017
1.0.2 1,325 8/3/2017


Removed controls name from namespace, other bugs
Color coded trace info on debug screen
Autoload templates, auto naming of child controls templates and template startup content. Debug listing of pages, controls and methods.
Visual Data in debug mode
Pages and Controls. Creates file structure per your settings automatically.
No-code server component usage.
Server Components.
Components. Added "Tile" component to demonstrate.
Built-in "Refresh" method on all "data" objects with callback
Support for jquery-te ("textarea" edittype)
Refined creation of data modules.
Define api name and path, automatically contructs data objects (e.g. Apps.Data.MyData).
Added initialization of data modules.