Skip to content

Golte CLI is a command-line tool for building and running Golte and Sveltigo projects.

License

Notifications You must be signed in to change notification settings

TimLai666/golte-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golte-cli

Golte CLI is a command-line tool for building and running Golte projects.

Golte CLI uses Bun instead of Node.js to provide a faster and more efficient development experience.

Installation

go install github.com/TimLai666/golte-cli@latest

Sveltigo Supports

For Sveltigo, just add --sveltigo to the command.

golte-cli new <project-name> --sveltigo

Usage

Initialize(create) a project

golte-cli new <project-name>

Create project in current directory

golte-cli new <project-name> --here

Build the project

golte-cli build

Run the project

golte-cli run

Run the project and watch for changes

golte-cli dev

Show help

golte-cli help

Notes

  • The executable file will be placed in the dist directory.
  • The executable file name will be the same as the project name.
  • On Windows, the executable file will have a .exe suffix.

About

Golte CLI is a command-line tool for building and running Golte and Sveltigo projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages