# franklin-library **Repository Path**: mirrors_adobe/franklin-library ## Basic Information - **Project Name**: franklin-library - **Description**: Template for new Franklin Repositories - **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-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # (Create) Franklin Library > Bootstrap your Franklin library using `npm init @adobe/franklin-library` ## Status [![codecov](https://img.shields.io/codecov/c/github/adobe/franklin-library.svg)](https://codecov.io/gh/adobe/franklin-library) [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/adobe/franklin-library/main.yaml)](https://github.com/adobe/franklin-library/actions/workflows/main.yaml) [![GitHub license](https://img.shields.io/github/license/adobe/franklin-library.svg)](https://github.com/adobe/franklin-library/blob/main/LICENSE.txt) [![GitHub issues](https://img.shields.io/github/issues/adobe/franklin-library.svg)](https://github.com/adobe/franklin-library/issues) [![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-library ``` Demo here: https://asciinema.org/a/ZgBXcXnV98lUKRcxq2mchNisQ `create-franklin-library` will ask you a few questions and then bootstrap the library for you. All you have to do is change to the newly created directly and push to GitHub. ## Development ### Build ```bash $ npm install ``` ### Test ```bash $ npm test ``` ### Lint ```bash $ npm run lint ```