crontastic

command module
v0.0.0-...-8b29af2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

Crontastic

Task Automation Tool

Requirements

Before you get started, ensure you have the following installed:

  • Node.js
  • pnpm
  • Go
  • Air
  • SQLite
  • Templ

Quick Start

  1. Set Up Environment Variables

    Copy the example environment file and modify it as needed:

    cp .env.example .env
    
  2. Install Dependencies

    Run the following commands to install the necessary dependencies:

    pnpm install
    go get -u all
    
  3. Run the Application

    Start the development server in one terminal:

    pnpm dev
    

    Then, in another terminal, run:

    air
    

Building the Project

To build the project, use:

pnpm build
go build -o crontastic

Running the Executable

After building, you can run the application with:

./crontastic

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL