معرفی شرکت ها


grunt-codo-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Grunt task for generating Codo documentation
ویژگی مقدار
سیستم عامل -
نام فایل grunt-codo-0.3.0
نام grunt-codo
نسخه کتابخانه 0.3.0
نگهدارنده ['hildjj', 'stoney']
ایمیل نگهدارنده ['joe-github@cursive.net', 'johannesstein@freeze-dev.com']
نویسنده Johannes Stein
ایمیل نویسنده johannesstein@freeze-dev.com
آدرس صفحه اصلی git+https://github.com/frostney/grunt-codo.git
آدرس اینترنتی https://github.com/frostney/grunt-codo
مجوز -
# grunt-codo [![Build Status](https://travis-ci.org/frostney/grunt-codo.svg?branch=master)](https://travis-ci.org/frostney/grunt-codo) ![NPM version](http://img.shields.io/npm/v/grunt-codo.svg) ![Dependency Status](https://david-dm.org/frostney/grunt-codo.svg) ![Downloads counter](http://img.shields.io/npm/dm/grunt-codo.svg) > Grunt task for generating Codo documentation Codo is a documentation generator for CoffeeScript, see https://github.com/netzpirat/codo for more information. * * * ## Getting Started This plugin requires Grunt `~1.0` If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: ```shell npm install grunt-codo --save-dev ``` Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript: ```js grunt.loadNpmTasks('grunt-codo'); ``` ## The "codo" task ### Overview In your project's Gruntfile, add a section named `codo` to the data object passed into `grunt.initConfig()`. ```js grunt.initConfig({ codo: { options: { // Task-specific options go here. }, your_target: { // Target-specific file lists and/or options go here. }, }, }); ``` ### Target **Codo** expect to lookup for `coffee` files into given folder, and a destination path to generate the documentation. So, in your target, don't forget to add `src` and `dest` properties. The `dest` property is optional, and is defaulting to `"./doc"`. ### Options #### options.stats Type: `Boolean` Default value: `true` Show stats about the documentation generation. #### options.extension Type: `String` Default value: `"coffee"` Coffee files extension. #### options.output Type: `String` (path) Default value: `target.dest`, or `"./doc"` The documentation destination directory. If this option is given, it will overwrite the target's `dest` parameter. #### options.theme Type: `String` Default value: `theme` The theme to be used. #### options.name Type: `String` Default value: `"Codo"` The project name. #### options.title Type: `String` Default value: `"Documentation"` Documentation HTML Title. #### options.readme Type: `String` (path) Default value: `"README.md"` The README file used in documentation. #### options.quiet Type: `Boolean` Default value: `false` Supress warnings #### options.verbose Type: `Boolean` Default value: `false` Show parsing errors. #### options.undocumented Type: `Boolean` Default value: `false` List undocumented objects. #### options.closure Type: `Boolean` Default value: `false` Try to parse closure-like block comments. #### options.private Type: `Boolean` Default value: `false` Show privates. #### options.analytics Type: `String` Default value: `false` The Google Analytics ID. #### options.extras Type: `Array` of `String` (path) Default value: `[]` Extra files to add to the documentation. **Markdown** files will be parsed. ### Usage Examples #### Default Options In this example, the default options are used to generate the documentation for the coffee files from the `src` directory into the default `./doc` folder. ```js grunt.initConfig({ codo: { src: [ 'src' ] }, }); ``` #### Custom Options In this example, custom options are used to generate the documentation from api controllers and models into the `website/doc/api` folder. We also set names and title, include a *license* file, and ask the task to show us the undocumented objects, but not the stats of the generation. ```js grunt.initConfig({ codo: { options: name: "AwesomeProject" title: "AwesomeProject API Documentation" extra: [ "LICENSE-MIT" ] undocumented: yes stats: no src: [ "src/controllers/api" "src/models" ] dest: "website/doc/api" }, }); ``` ## Contributing In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History * **2014/01/16** : v0.1.0 ### Contributors * [bartsidee](https://github.com/bartsidee) * [leny](https://github.com/leny) * [hildjj](https://github.com/hildjj)) ## License Copyright (c) 2014 Johannes Stein Licensed under the MIT license.


نیازمندی

مقدار نام
~1.1 chalk
~2.1 codo
~1.10 coffee-script
~0.3 cli-table
~4.11 lodash


زبان مورد نیاز

مقدار نام
6.0.0 Npm


نحوه نصب


نصب پکیج tgz grunt-codo-0.3.0:

    npm install grunt-codo-0.3.0.tgz