update-lbi 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package update-lbi --version 0.2.0
NuGet\Install-Package update-lbi -Version 0.2.0
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="update-lbi" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add update-lbi --version 0.2.0
#r "nuget: update-lbi, 0.2.0"
#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.
// Install update-lbi as a Cake Addin
#addin nuget:?package=update-lbi&version=0.2.0

// Install update-lbi as a Cake Tool
#tool nuget:?package=update-lbi&version=0.2.0

mazzy@mazzy.ru, 2017-09-28, https://github.com/mazzy-ax/Update-Lbi

Update-Lbi

version license

Update-Lbi is powershell cmdlet updates Dreamweaver library items (LBI) within html-files.

LBI-block format:


html tags and regular texts

The cmlet read filename.lbi and refresh all content between #BeginLibraryItem and #EndLibraryItem html-comments.

See more about LBI: https://helpx.adobe.com/dreamweaver/using/library-items.html

Examples

Set-Location %siteRoot%
Update-Lbi

Installation

Automatic install the Update-Lbi cmdlet from the PowerShell Gallery:

Install-Module Update-Lbi

Automatic install the Update-Lbi cmdlet from the NuGet.org:

Install-Package Update-Lbi

or manual download and unzip the latest module files.

Known issues and ideas for a future development

  • The cmdlet does not read a character encoding from LBI and html-files. The cmdlet always use UTF-8 encoding.
  • The cmdlet does not use parallel processing. It is one thread application.

Changelog

See file CHANGELOG.md

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
0.5.0 648 4/28/2019
0.4.1 807 1/8/2019
0.4.0 942 5/12/2018
0.3.0 938 9/30/2017
0.2.0 911 9/28/2017
0.1.0 947 9/24/2017

Reset cache added. Known issues: Use UTF-8 only. One thread only.