Skip to content

adobe/freyja-service

 
 

Repository files navigation

(Create) Freyja Service

Bootstrap your Project Freyja service using npm init @adobe/freyja-service

Status

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

Installation

Not needed.

Usage

First, make sure you ahve this entry in your ~/.npmrc file:

 @freyja:registry=https://artifactory-uw2.adobeitc.com/artifactory/api/npm/npm-freyja-release/

Then, login to the registry, if you haven't done so:

npm login --registry https://artifactory-uw2.adobeitc.com/artifactory/api/npm/npm-freyja-release/

Finally, create your service with the following command:

npm login --registry https://artifactory-uw2.adobeitc.com/artifactory/api/npm/npm-freyja-release/

Finally, create your service with the following command:

$ $ npm init @freyja/freyja-service

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

NOTE: When prompted for the orgs, use freyja for npm and adobe for GitHub

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Shell 0.5%