Go to file
Manuel Friedli be959b672b
continuous-integration/drone/push Build is passing Details
Merge pull request 'Add contact email link.' (#15) from feature/contact-email into main
Reviewed-on: #15
2024-01-28 21:30:38 +01:00
src Add contact email link. 2024-01-28 21:27:36 +01:00
.drone.yml Disable build-prod 2024-01-27 22:36:36 +01:00
.editorconfig Tests run again. Regenerated all with angular 17. 2024-01-22 02:37:28 +01:00
.gitignore Tests run again. Regenerated all with angular 17. 2024-01-22 02:37:28 +01:00
README.md Fix build badge in readme. 2024-01-28 04:28:32 +01:00
angular.json Add favigon (SVG). 2024-01-28 04:14:15 +01:00
karma.conf.js Use firefox in CI. 2024-01-27 22:28:44 +01:00
package-lock.json Add favigon (SVG). 2024-01-28 04:14:15 +01:00
package.json Add favigon (SVG). 2024-01-28 04:14:15 +01:00
tsconfig.app.json Tests run again. Regenerated all with angular 17. 2024-01-22 02:37:28 +01:00
tsconfig.json Tests run again. Regenerated all with angular 17. 2024-01-22 02:37:28 +01:00
tsconfig.spec.json Tests run again. Regenerated all with angular 17. 2024-01-22 02:37:28 +01:00

README.md

Convertorizr - Convert whatever you want!

This is a short introduction to the awesome Convertorizr hosted at https://conv.friedli.info/.

Continuous integration is automated with Drone CI (Build Status). Usage is self-explanatory. What else do you need to know?

The source code is hosted at https://gittr.ch/manuel/converter.git. Contact the author at manuel|at|fritteli.ch.

Cheers!

Technical stuff

This project was generated with Angular CLI version 17.1.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.