# franklin-service **Repository Path**: mirrors_adobe/franklin-service ## Basic Information - **Project Name**: franklin-service - **Description**: A repository template for new Project Helix services (deployed as universal Serverless actions) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-15 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # (Create) Franklin Service > Bootstrap your Project Franklin service using `npm init @adobe/franklin-service` ## Status [![codecov](https://img.shields.io/codecov/c/github/adobe/franklin-service.svg)](https://codecov.io/gh/adobe/franklin-service) [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/adobe/franklin-service/main.yaml)](https://github.com/adobe/franklin-service/actions/workflows/main.yaml) [![GitHub license](https://img.shields.io/github/license/adobe/franklin-service.svg)](https://github.com/adobe/franklin-service/blob/main/LICENSE.txt) [![GitHub issues](https://img.shields.io/github/issues/adobe/franklin-service.svg)](https://github.com/adobe/franklin-service/issues) [![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/franklin-service.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/franklin-service) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## Installation Not needed. ## Usage ```bash $ $ npm init @adobe/franklin-service ``` `create-franklin-service` will ask you a couple of questions and create a ready-to-go directory ## Development ### Build ```bash $ npm install ``` ### Test ```bash $ npm test ``` ### Lint ```bash $ npm run lint ```