Skip to content

adobe/franklin-library

(Create) Franklin Library

Bootstrap your Franklin library using npm init @adobe/franklin-library

Status

codecov GitHub Actions GitHub license GitHub issues semantic-release

Installation

Not needed.

Usage

$ 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

$ npm install

Test

$ npm test

Lint

$ npm run lint