julienw / forms-extension

outdated firefox extension to generate the french holiday forms

Home Page:https://julienw.github.io/forms-extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releasing

Run yarn build version to generate a new version (including git tagging).

You can also pass an argument to generate a specific type of version, run yarn build help to get more information.

Tips

Printing the generated PDF

Ensure to enable printing background images to print the signature.

Running locally

To run the extension locally, start by installing the dependencies:

yarn install

Then use yarn start to run the extension in your browser. You can force the browser to use like so:

yarn start -f /path/to/my/browser

Running tests is as simple as:

yarn test

About

outdated firefox extension to generate the french holiday forms

https://julienw.github.io/forms-extension/

License:Other


Languages

Language:JavaScript 76.8%Language:HTML 10.6%Language:Java 7.7%Language:CSS 4.9%