An open API service indexing awesome lists of open source software.

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.

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]@.