UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

61 lines (44 loc) 1.12 kB
--- title: Software Development Agreement date: @today client: name: Tech Innovations Inc address: 123 Silicon Valley Blvd, CA 94025 contact: john.doe@techinnovations.com vendor: name: DevSolutions LLC address: 456 Code Street, SF, CA 94105 contact: project: name: Mobile Banking App duration: 6 months budget: 150000 payment: terms: Net 30 late_fee: true fee_percentage: 2 --- # {{title}} **Date**: {{date}} ## PARTIES This agreement is between: **CLIENT**: {{client.name}} {{client.address}} Contact: {{client.contact}} **VENDOR**: {{vendor.name}} {{vendor.address}} Contact: {{#if vendor.contact}}{{vendor.contact}}{{else}}[Contact Required]{{/if}} ## PROJECT DETAILS Project Name: **{{project.name}}** Duration: {{project.duration}} Total Budget: ${{project.budget}} ## PAYMENT TERMS Payment terms: {{payment.terms}} {{#if payment.late_fee}}Late payments will incur a {{payment.fee_percentage}}% monthly fee.{{else}}No late fees apply.{{/if}} ## SIGNATURES --- Client Representative Date: \***\*\_\_\_\_\*\*** --- Vendor Representative Date: \***\*\_\_\_\_\*\***