NPM package providing quick setup for symlinks to an existing ExtJS build
npm install @coon-js/extjs-linkNPM 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.
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
``