grunt-xrm
v0.1.2
Published
Grunt build task to continuously scaffold an xrm platform
Downloads
5
Readme
grunt-xrm v0.1.0
Grunt build task to continuously scaffold an xrm platform
Getting Started
This plugin requires Grunt >=0.4.0
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-xrm --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-xrm');
xrm task
Run this task with the grunt xrm
command.
Task targets, files and options may be specified according to the grunt Configuring tasks guide.
Options
This task primarily scaffolds a xrm platform. Options described below.
option1
Type: Boolean
Object
Default: {}
Turn on or off mangling with default options. If an Object
is specified, it is passed directly to ast.mangle_names()
and ast.compute_char_frequency()
(mimicking command line behavior). View all options here.
option2
Type: Boolean
Object
Default: {}
Release History
- 2015-06-01 v0.1.0 Work in progress, not yet officially released.