1.2.1 • Published 6 years ago
jameda-externals v1.2.1
jameda-externals
Installer for external resources
Prerequisites
In order to start this project, make sure to have node and yarn installed.
Node v8.10.0 and yarn v1.13.0 are recommended.
Setup
- Create a
externals.jsonfile which represents your external dependencies
{
"<moduleName>@<version>": "<url>",
"foo@latest": "https://demo.example.com"
"bar@1.0.0": "https://demo.example.com"
}- Add
/externalsto your.gitignorefile - Install externals
yarn jameda-externals install