1.2.1 • Published 5 years ago

jameda-externals v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.json file which represents your external dependencies
{
  "<moduleName>@<version>": "<url>",
  "foo@latest": "https://demo.example.com"
  "bar@1.0.0": "https://demo.example.com"
}
  • Add /externals to your .gitignore file
  • Install externals yarn jameda-externals install
1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago