README
xassist
Several helper functions for Array's, objects, events, Dates, ...
Installation
If you use NPM, you can install the module via npm install xassist
.
If you want, you can install the complete library from github xassist, this includes all dependencies you may need or if you're looking for the minified file.
The module uses UMD and supports AMD, CommonJS and vanilla environments. Using vanilla: the xa
global is exported:
<script>
xa.version()
</script>
API
Dependencies
- @xassist/xassist-array: helper functions for javascript arrays
- @xassist/xassist-csv: load csv files from remote and create csv files
- @xassist/xassist-eventdispatcher: general eventdispatcher class
- @xassist/xassist-main: main functions with onready, id-generator and templating engine
- @xassist/xassist-object: general helper functions for JavaScript objects
DevDependencies
- csv2readme: read csv file with fixed format and parse a readme markdown file
- jsdom: A JavaScript implementation of many web standards
- rimraf: A deep deletion module for node (like
rm -rf
) - rollup: Next-generation ES6 module bundler
- rollup-plugin-json: Convert .json files to ES6 modules:
- rollup-plugin-node-resolve: Bundle third-party dependencies in node_modules
- tape: tap-producing test harness for node and browsers
License
This module is licensed under the terms of GPL-3.0.