Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delgada CLI (Rust-based version)

❗️ Note: This repository is deprecated and is no longer being maintained. Delgada itself is still being worked on, but has pivoted in a new direction. This repo will remain for posterity/archival purposes. ❗️

The command line interface and standard tooling used for Delgada development.

Getting started

npm install -D @delgada/cli

Alternatively, use the Delgada template as a jumping off point for new Delgada projects.

Basic usage

Currently, the CLI has only implemented the build command.

The build command is responsible for compiling Delgada source code and building output HTML, CSS, and JavaScript files.

The command has two optional flags:

  • -e, --entry <path>: set entrypoint directory (default: "./src")
  • -b, --build <path>: set build directory (default: "./build")

The expected usage of this command is to be wrapped as an NPM build script inside package.json.

"scripts": {
  "build": "delgada build"
}

License

MIT

About

[Deprecated] The CLI for Delgada's Rust-based web compiler.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages