Skip to content

Simple Ember application to automate the process of creating a default email signature on corporate environments

License

Notifications You must be signed in to change notification settings

kemelzaidan/subskribo

Repository files navigation

Subskribo

Subskribo is a simple Ember application to automate the process of creating a default email signature on corporate environments. The user just needs to fill the form with its own information and click on the copy button in order to copy the entire HTML signature code to the clipboard before pasting it on the email client.

Originally created to Locaweb (Brazil's largest hosting company), it can be customized to other company needs with the same purpose, since it is released under Affero GPL 3 (take a look at the LICENSE.txt file for the complete license).

The name Subskribo comes from the Esperanto word for "signature".

Development Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https:/kemelzaidan/subskribo this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Run the production command above, setup a web server and deploy the files generated at the dist folder to the server. Done!

About

Simple Ember application to automate the process of creating a default email signature on corporate environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published