Skip to content

A command line utility for local development of Anvil apps.

License

Notifications You must be signed in to change notification settings

anvilistas/amoni

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2023
Feb 11, 2025
Nov 28, 2024
Jan 31, 2025
May 13, 2022
Feb 3, 2025
May 13, 2022
May 25, 2022
May 25, 2022
Jun 9, 2022
May 25, 2022
Jan 27, 2025
Jan 25, 2025
Jan 30, 2023

Repository files navigation

Amoni

A command line utility for local development of Anvil apps.

Amoni gives you:

  • A simple command to start a new project and create all the necessary files and folders:

    amoni init

  • Pre-configured docker containers for the anvil app server and postgresql database server to run your app

  • Simple commands to start and stop those servers:

    amoni start
    
    amoni stop
    
  • Your app available in your browser at port 3030 on your local machine

  • Your database server available on port 5432 on your local machine

  • A pre-configured docker container and a simple command to run your test suite:

    amoni test

  • Commands to fetch anvil apps and add them to your project as the main app or as dependencies:

    amoni install app
    
    amoni install dependency
    
  • Stub files that allow your autocompleter to see what tables are included in your app

Read the Documentation

Ask a Question

Chat with the team