https://github.com/coon-js/extjs-link
NPM package providing quick setup for symlinks to an existing ExtJS build
https://github.com/coon-js/extjs-link
Last synced: 3 months ago
JSON representation
NPM package providing quick setup for symlinks to an existing ExtJS build
- Host: GitHub
- URL: https://github.com/coon-js/extjs-link
- Owner: coon-js
- License: mit
- Created: 2021-06-07T23:22:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T15:35:08.000Z (about 3 years ago)
- Last Synced: 2025-02-12T09:48:38.828Z (3 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# @coon-js/extjs-link  [](https://badge.fury.io/js/@coon-js%2Fextjs-link)
NPM package providing quick setup for symlinks to an existing ExtJS build.
Sencha does not provide builds via their NPM repository. This package
makes sure that ExtJS-sources are available when testing and developing stand-alone packages.## Requirements
An existing ExtJS-SDK containing builds on your disk. The binary of this package guides you through the process of setting the symlinks
to the required sources properly.## Installation
```bash
$ npm install --save-dev @coon-js/extjs-link
```Use
```bash
$ npm run build:dev
```
for creating the dev environment.## Usage
Once the script is invoked, it will guide you through the process of creating the symlinks.
```bash
$ npx extjs-link
```