Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senchalabs/cmdpackages
https://github.com/senchalabs/cmdpackages
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/senchalabs/cmdpackages
- Owner: senchalabs
- License: mit
- Created: 2013-04-05T15:12:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T00:20:21.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T02:36:39.102Z (9 months ago)
- Language: JavaScript
- Size: 5.74 MB
- Stars: 46
- Watchers: 17
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CmdPackages
===========
This public repository is home for publicly developed, example packages for
distribution via [Sencha Cmd](http://www.sencha.com/products/sencha-cmd).These packages are provided "as is" and we welcome any Pull Requests you may
have for bug fixes or improvements. For details see the [license](LICENSE.txt).To see the list of packages in this repository, check the `"packages"` folder.
This workspace does not contain any frameworks, but the packages and apps in this workspace
need a framework in order to build. By default the "ext" and "touch" frameworks are mapped
to the standard paths for a workspace, but we have "ignored these paths from source
control:ext.dir=${workspace.dir}/ext
touch.dir=${workspace.dir}/touchIn order to build the packages and apps in this workspace, either copy a version of the
ext and/or touch framework to the standard path, or modify the `ext.dir` and or `touch.dir`
properties in `.sencha/workspace/sencha.cfg` to point to a location of your choosing.If you are using Windows, you can run:
cd CmdPackages
mklink /D ext C:\Code\ext-5.0.1You will need to run this as Administrator. To remove this link use `rd`.