Bootstrap your Project Freyja service using
npm init @adobe/freyja-service
Not needed.
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-servicecreate-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
$ npm install$ npm test$ npm run lint