MCPcopy Index your code
hub / github.com/controlsjs/controls.js

github.com/controlsjs/controls.js @5.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.0.0 ↗ · + Follow
1,424 symbols 3,863 edges 75 files 249 documented · 17% updated 31d ago5.0.0 · 2014-07-04★ 44
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Controls.js

Controls.js is a technology for building desktop-like applications (SPA). Controls.js uses web technologies but gives the user the same feeling as standard desktop or native applications. Your applications will run almost anywhere thanks to the support of variety of browsers, ability to build native applications from JavaScript, and the propagation of web based Operating Systems.

For more details, see Controls.js website: http://controlsjs.com

License

The Controls.js is available in two licensing options: commercial and open source license.

You may use Controls.js free of charge under the open source license but you must comply with the terms of the license agreement (see GPLv3 license), which requires you to distribute your application also under open source license and that you release source code of application to the general public.

Please note that 3rd party libraries are licensed under its own licenses.

The commercial license can be purchased at Controls.js website: http://controlsjs.com/#DOWNLOADS

Building from sources

The package already contains release and debug build in 'build\' directory. If you prefer to re-build it from sources perform the following steps:

  1. Install build system

The build system is based on Grunt, The JavaScript Task Runner. Grunt is installed and managed via npm, the Node.js package manager. - Download and install Node.js from http://nodejs.org web site. - Install Grunt's command line interface (CLI) globally. You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to do this. To install Grunt CLI run command:

 `npm install -g grunt-cli`
  1. Install build dependencies

Change current working directory to Controls.js Package root and run:

 `npm install`
  1. Run build tool

    grunt

Now you'll find the built files in 'build\' directory.

Core symbols most depended-on inside this repo

Shape

Function 1,424

Languages

TypeScript100%

Modules by API surface

src/ng_controls/controls.js357 symbols
src/ng_controls/lists.js145 symbols
src/ng_basic/types.js119 symbols
src/ng_basic/basic.js111 symbols
src/ng_controls/viewmodel/viewmodel_controls.js74 symbols
src/ng_controls/menu.js71 symbols
src/ng_controls/viewmodel/viewmodel.js66 symbols
src/ng_controls/window.js64 symbols
src/ng_controls/viewmodel/viewmodel_types.js63 symbols
src/ng_controls/viewmodel/dbviewmodel.js52 symbols
src/ng_wineight/wineight.js39 symbols
src/ng_controls/panels.js39 symbols

For agents

$ claude mcp add controls.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page