Key facts
- Software.name
- MooTools
- Software.logo
- MooTools (logo).png
- Software.caption
- A screenshot of Class.js, MooTools' Class (computer science) implementation.
- Software.developer
- The MooTools Dev Team
- Software.latest release version
- 1.6.0
- Software.genre
- Ajax framework / JavaScript Framework
- Software.programming language
- JavaScript
- Software.license
- MIT License
- Software.repo
- https://github.com/mootools/mootools-core
via Wikipedia infobox
Official website
MooTools
mootools.net →Link to the official site · 3,273 chars · not written by Vinony
Source code
This repository is for MooTools developers; not users. All users should download MooTools from MooTools.net 1. Clone the repo. 2. Add a spec. 3. Fix the bug. 4. Build and run the specs. 5. Push to your GitHub fork. 6. Create Pull Request, and send Pull Request. Current build process uses Grunt, Grunt MooTools Packager plugin, and Karma related repos. By default , the build process runs the tests (specs) relevant to the build. To build without testing see the packager build targets. Advanced Building and Testing See the Gruntfile and MooTools packager for further options. Removing Other Packager Blocks You'll need to add a specific task to the Gruntfile. See packager's documentation for more examples. I you want to test your local repo you need just some small steps. Follow these in order: $ git clone clone the MooTools repo $ cd mootools-core get into the directory $ npm install install de testing tools $ npm bin /grunt test run the specs! $ grunt logs.txt This will create a new file called logs.txt in the local directory Every new Build and Pull Request is now tested on Travis and Sauce Labs. You can also open your own free account on Travis and Sauce Labs to test new code ideas there. ... chrome: { base: 'SauceLabs', platform: 'Linux', browserName: 'chrome', }, ... add the chosen browser, with the correct builds to .travis.yml: This test suite is ready for Travis & SauceLabs. You can also run locally.
Excerpt from the source-code README · 5,341 chars · not written by Vinony
Wikidata facts
- Instance of
- JavaScript library
- Official website
- mootools.net
- Has use
- AJAX
Show 5 more facts
- source code repository URL
- github.com/mootools/mootools-core
- copyright license
- MIT License
- software version identifier
- 1.20
- programmed in
- JavaScript
- social media followers
- 5457
via Wikidata · CC0
Article · Français
MooTools est un framework JavaScript libre, compact, modulaire et orienté objet. Grâce à un ensemble de classes et de fonctions compatibles avec les navigateurs web les plus utilisés, MooTools offre une réponse aux problématiques du développement de Rich Internet Applications. L'ensemble de la bibliothèque est contenu dans un fichier JavaScript unique. Lors du téléchargement à partir du site officiel, il est possible de spécifier les composants à inclure et de choisir un type de compression pour ce fichier. Le poids du fichier est donc réduit au strict nécessaire, le transfert et le chargement de la bibliothèque dans le navigateur en sont accélérés. MooTools rassemble des fonctionnalités que l'on trouve chez Script.aculo.us et Prototype, notamment plusieurs classes dédiés à AJAX, aux animations graphiques ou au glisser-déposer. MooTools bénéficie d'une communauté active qui a développé de nombreux plugins et qui assure le support de cette bibliothèque, disponible sous licence MIT.
Abstract from DBpedia / Wikipedia · CC BY-SA