VOOZH about

URL: https://www.nuget.org/packages/Perla.Plugins/

⇱ NuGet Gallery | Perla.Plugins 1.0.0




Perla.Plugins 1.0.0

dotnet add package Perla.Plugins --version 1.0.0
 
 
NuGet\Install-Package Perla.Plugins -Version 1.0.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="Perla.Plugins" Version="1.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Perla.Plugins" Version="1.0.0" />
 
Directory.Packages.props
<PackageReference Include="Perla.Plugins" />
 
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.Plugins --version 1.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Perla.Plugins, 1.0.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.
#:package Perla.Plugins@1.0.0
 
 
#: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.Plugins&version=1.0.0
 
Install as a Cake Addin
#tool nuget:?package=Perla.Plugins&version=1.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Perla Dev Server 👁 wakatime

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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 446 11/19/2025
1.0.0-rc-003 183 8/15/2025
1.0.0-rc-002 208 8/15/2025
1.0.0-rc-001 286 8/7/2025
1.0.0-beta-034 259 8/4/2025
1.0.0-beta-032 223 7/27/2025
1.0.0-beta-031 580 7/24/2025
1.0.0-beta-030 560 7/21/2025
1.0.0-beta-029 146 7/18/2025
1.0.0-beta-028 201 7/18/2025
1.0.0-beta-027 208 7/17/2025
1.0.0-beta-026 209 7/16/2025
1.0.0-beta-025 219 7/14/2025
1.0.0-beta-024 280 4/28/2023
1.0.0-beta-023 246 4/27/2023
1.0.0-beta-022 253 4/26/2023
1.0.0-beta-021 246 4/24/2023
1.0.0-beta-020 256 4/23/2023
1.0.0-beta-019 253 4/23/2023
1.0.0-beta-018 253 4/15/2023
Loading failed