8000 GitHub - adobe/franklin-service: A repository template for new Project Helix services (deployed as universal Serverless actions)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A repository template for new Project Helix services (deployed as universal Serverless actions)

License

Notifications You must be signed in to change notification settings

adobe/franklin-service

(Create) Franklin Service

Bootstrap your Project Franklin service using npm init @adobe/franklin-service

Status

codecov GitHub Actions GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Not needed.

Usage

$ $ npm init @adobe/franklin-service

create-franklin-service will ask you a couple of questions and create a ready-to-go directory

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint
0