
-
GitHub du projet
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: nodejs-service-template title: Node.js Service description: Crée un nouveau microservice Node.js avec une structure standardisée spec: owner: team-devops type: service steps: - id: fetch-repository name: Clone un template Git action: git:clone input: repoUrl: https://github.com/company/templates/node-service targetPath: ./project - id: update-metadata name: Mise à jour des métadonnées action: run:script input: script: ./scripts/update-metadata.sh
-
apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: orders-service annotations: backstage.io/techdocs-ref: url:https://github.com/company/orders-service/blob/main/docs/
-
Software Templates Examples