GitXplorerGitXplorer
p

grunt-js-api-generator

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5e76fdc08e291418910c2d208c8ce045e5611ab1

up dep

ppoppinlp committed 8 years ago
Unverified
b1bb9e67cb6dea1c38a6b0c281e4bb035b66c99f

up

ppoppinlp committed 8 years ago
Unverified
7e20b294b31956df4bb5b4ceb8836aaafb322d0f

up

ppoppinlp committed 9 years ago
Unverified
a4c0d4e3c28ce509ccb5cb5c186d7868e228e51a

up

ppoppinlp committed 9 years ago
Unverified
1665cca5200ac0f35ca06689bfe2dc8dbcdff834

up dep

ppoppinlp committed 9 years ago
Unverified
fdc4d09a7240cbb7c0c6582c8bfb20c6c861f28f

up dep

ppoppinlp committed 9 years ago

README

The README file for this repository.

grunt-js-api-generator

Build Status Dependency Status devDependency Status

Generate api module from config file.

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-js-api-generator --save

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-js-api-generator');

The "js-api-generator" task

Overview

In your project's Gruntfile, add a section named js-api-generator to the data object passed into grunt.initConfig().

grunt.initConfig({
  js-api-generator: {
    your_target: {
        // options
    },
  },
})

Options

All options in "js-api-generator" module are supported. You may read this page for more detail.

Example

grunt.initConfig({
  js-api-generator: {
    test: {
        target: 'test/api.yml',
        utlify: true
    }
  },
})

Demo

grunt test

History

Update with js-api-generator