Generate and remove Wildduck mail aliases https://wildflock.k-space.ee/
Go to file
Sergo 27efd26d6c first commit 2023-07-29 21:14:45 +03:00
clients first commit 2023-07-29 21:14:45 +03:00
config first commit 2023-07-29 21:14:45 +03:00
hooks first commit 2023-07-29 21:14:45 +03:00
public first commit 2023-07-29 21:14:45 +03:00
services first commit 2023-07-29 21:14:45 +03:00
src first commit 2023-07-29 21:14:45 +03:00
test first commit 2023-07-29 21:14:45 +03:00
.gitignore first commit 2023-07-29 21:14:45 +03:00
Dockerfile first commit 2023-07-29 21:14:45 +03:00
app.ts first commit 2023-07-29 21:14:45 +03:00
channels.ts first commit 2023-07-29 21:14:45 +03:00
declarations.ts first commit 2023-07-29 21:14:45 +03:00
deployment.yaml first commit 2023-07-29 21:14:45 +03:00
index.ts first commit 2023-07-29 21:14:45 +03:00
logger.ts first commit 2023-07-29 21:14:45 +03:00
package-lock.json first commit 2023-07-29 21:14:45 +03:00
package.json first commit 2023-07-29 21:14:45 +03:00
readme.md first commit 2023-07-29 21:14:45 +03:00
skaffold.yaml first commit 2023-07-29 21:14:45 +03:00
tsconfig.json first commit 2023-07-29 21:14:45 +03:00
validators.ts first commit 2023-07-29 21:14:45 +03:00

readme.md

walias

Aliases for Wild Duck

About

This project uses Feathers. An open source framework for building APIs and real-time applications.

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/walias
    npm install
    
  3. Start your app

    npm run compile # Compile TypeScript source
    npm run migrate # Run migrations to set up the database
    npm start
    

Testing

Run npm test and all your tests in the test/ directory will be run.

Scaffolding

This app comes with a powerful command line interface for Feathers. Here are a few things it can do:

$ npx feathers help                           # Show all commands
$ npx feathers generate service               # Generate a new Service

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.