Perla.Logger 1.0.0-rc-003

This is a prerelease version of Perla.Logger.
dotnet add package Perla.Logger --version 1.0.0-rc-003
                    
NuGet\Install-Package Perla.Logger -Version 1.0.0-rc-003
                    
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="Perla.Logger" Version="1.0.0-rc-003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Perla.Logger" Version="1.0.0-rc-003" />
                    
Directory.Packages.props
<PackageReference Include="Perla.Logger" />
                    
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 Perla.Logger --version 1.0.0-rc-003
                    
#r "nuget: Perla.Logger, 1.0.0-rc-003"
                    
#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.
#:package Perla.Logger@1.0.0-rc-003
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Perla.Logger&version=1.0.0-rc-003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Perla.Logger&version=1.0.0-rc-003&prerelease
                    
Install as a Cake Tool

Perla Dev Server wakatime

Open in GitHub Codespaces Open in Gitpod

Perla is a cross-platform single executable binary CLI Tool for a Development Server of Single Page Applications (like vite/webpack but no node required!).

Installation

You can install Perla manually by downloading the latest release from the releases page and adding it to your path.

If you prefer a more automated approach, you can use the provided install scripts, they're available on this repository for you to review the contents before running them.

For Linux or macOS, you can run the following command in your terminal:

curl -fsSL https://raw.githubusercontent.com/AngelMunoz/Perla/dev/install.sh | bash

For Windows (or Linux, MacOS if you've installed pwsh), you can use powershell to run the install script:

iwr https://raw.githubusercontent.com/AngelMunoz/Perla/dev/install.ps1 -UseBasicParsing | iex

If you prefer to use the dotnet (global | local) tool, you can install it using the following command:

dotnet tool install --global Perla

Note: From v1.0.0-rc-002 onwards, the dotnet tool requires dotnet 10 preview 7 or above to be installed as we leverage the new multi-rid nuget packaging. This is due the extra weight playwright puts over us by bundling nodejs for each target platform (win, linux, osx, and arch x64 and arm64) on net8 our nuget package goes over 400mb which is over the allowed size on NuGetUploads (they don't have this issue though 😜).

We'll try to address this issue by splitting the testing support in a separate tool in the future if feasible.

The install scripts and manual download from the releases page still work unchanged.

Once you're done with the installation, you can run perla --help to verify that the installation was successful.

Description:
  The Perla Dev Server!

Usage:
  Perla [command] [options] [[--] <additional arguments>...]]

Options:
  -?, -h, --help  Show help and usage information
  --version       Show version information

Commands:
  create, generate, n, new <name>     Creates a new project based on the selected template if it exists
  r, restore                          Restores the project dependencies from the perla.json file
  a, add, i, install <packages>       Adds a package to the project dependencies
  remove, rm <packages>               Removes a package from the project dependencies
  list, ls                            Lists the current dependencies in a table or an npm style json string
  s, serve, start                     Starts the development server and if fable projects are present it also takes care of it.
  b, build                            Builds the SPA application for distribution
  templates <TemplateRepositoryName>  Handles Template Repository operations such as list, add, update, and remove templates []
  describe, ds <properties>           Describes the perla.json file or it's properties as requested

Additional Arguments:
  Arguments passed to the application that is being run.

Existing tools

If you actually use and like nodejs, then you would be better taking a look at the tools that inspired this repository

  • jspm - Import map handling, they are the best at manipulating import maps ❤️
  • vite
  • snowpack

These tools have a bigger community and rely on an even bigger ecosystem plus they support plugins via npm so if you're using node stick with them they are a better choice Perla's unbundled development was inspired by both snowpack and vite, CDN dependencies were inspired by snowpack's remote sources development

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0-rc-003 36 8/15/2025
1.0.0-rc-002 78 8/15/2025
1.0.0-rc-001 180 8/7/2025
1.0.0-beta-034 158 8/4/2025
1.0.0-beta-032 89 7/27/2025
1.0.0-beta-031 436 7/24/2025
1.0.0-beta-030 434 7/21/2025
1.0.0-beta-029 30 7/18/2025
1.0.0-beta-028 96 7/18/2025
1.0.0-beta-027 112 7/17/2025
1.0.0-beta-026 109 7/16/2025
1.0.0-beta-025 113 7/14/2025
1.0.0-beta-024 155 4/28/2023
1.0.0-beta-023 124 4/27/2023
1.0.0-beta-022 128 4/26/2023
1.0.0-beta-021 134 4/24/2023
1.0.0-beta-020 126 4/23/2023
1.0.0-beta-019 131 4/23/2023
1.0.0-beta-018 126 4/15/2023
1.0.0-beta-017 126 4/13/2023
1.0.0-beta-016 131 4/12/2023
1.0.0-beta-015 125 4/8/2023
1.0.0-beta-014 131 4/7/2023
1.0.0-beta-013 137 3/27/2023
1.0.0-beta-012 147 3/25/2023
1.0.0-beta-011 143 3/25/2023
1.0.0-beta-010 141 3/24/2023
1.0.0-beta-009 148 12/22/2022
1.0.0-beta-008 154 12/14/2022
1.0.0-beta-007 141 12/9/2022
1.0.0-beta-006 145 12/8/2022
1.0.0-beta-005 139 12/7/2022
1.0.0-beta-004 142 12/5/2022
1.0.0-beta-003 155 12/5/2022