https://github.com/textpattern/amata
JavaScript based multi-item editor and action executer.
https://github.com/textpattern/amata
Last synced: 3 months ago
JSON representation
JavaScript based multi-item editor and action executer.
- Host: GitHub
- URL: https://github.com/textpattern/amata
- Owner: textpattern
- License: mit
- Created: 2013-07-26T09:44:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T13:09:02.000Z (almost 9 years ago)
- Last Synced: 2025-04-29T07:26:46.905Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. Amata.js
!https://travis-ci.org/textpattern/amata.png?branch=master!:https://travis-ci.org/textpattern/amata
Next generation of Textpattern CMS' list multi-editor, now as its own jQuery component. *Currently under development*.
h2. Install
Using "Bower":http://bower.io:
bc. $ bower install amata
h2. Build
Amata.js uses "Grunt":http://gruntjs.com to run tasks. First make sure that you have all base dependencies installed by running npm in the repository's directory:
bc. $ cd amata
$ npm install
After you have installed all dependencies, you will be able to run tasks using Grunt, like building and testing:
bc. $ grunt [task]
Where the @[task]@ is one of @watch@, @test@, @build@ or @release[:patch | :minor | :major]@.