Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angelmunoz/finny

A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain
https://github.com/angelmunoz/finny

cli dev-server developer-tools development devtools dotnet dotnet-tool esbuild-runner fable frontend fsharp hacktoberfest perla skypack

Last synced: about 1 month ago
JSON representation

A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain

Awesome Lists containing this project

README

        

# Perla Dev Server [![wakatime](https://wakatime.com/badge/user/4537232c-b581-465b-9604-b10a55ffa7b4/project/d46e17c5-054e-4249-a2ab-4294d0e5e026.svg)](https://wakatime.com/badge/user/4537232c-b581-465b-9604-b10a55ffa7b4/project/d46e17c5-054e-4249-a2ab-4294d0e5e026)

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/AngelMunoz/Perla/tree/dev?quickstart=1) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/AngelMunoz/Perla)

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!).

If that sounds like something nice, [Check The docs!](https://perla-docs.web.app/)

```
Description:
The Perla Dev Server!

Usage:
Perla [command] [options]

Options:
--version Show version information
-?, -h, --help Show help and usage information
--info Brings the Help dialog []

Commands:
setup Initialized a given directory or perla itself
t, templates Handles Template Repository operations such as list, add, update, and remove templates
describe, ds Describes the perla.json file or it's properties as requested
b, build Builds the SPA application for distribution
s, serve, start Starts the development server and if fable projects are present it also takes care of it.
add, install Shows information about a package if the name matches an existing one
remove removes a package from the
list, ls Lists the current dependencies in a table or an npm style json string
regenerate, restore Restore the import map based on the selected mode, defaults to production
create, generate, n, new Creates a new project based on the selected template if it exists

```

## 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](https://github.com/jspm/jspm-cli) - Import map handling, they are the best at manipulating import maps :heart:
- [vite](https://vitejs.dev/)
- [snowpack](https://www.snowpack.dev/)

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