JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'Documentation', 'Grunt'. Clear
Scoop.it!

Easy JavaScript Documentation with YUIDocs and Grunt.js

Easy JavaScript Documentation with YUIDocs and Grunt.js | JavaScript for Line of Business Applications | Scoop.it

Documenting code is a rough, but necessary evil. Having a well maintained and documented code base can ease new developers into your code base and also help keep tabs on certain pieces of your application.

YUIDoc is a node app that assists in parsing certain JavaScript comments out to generate API documentation. Here are some of the basics of the syntax for documentation.

It allows you to tag pieces of your application to be processed for later documentation.

No comment yet.
Scoop.it!

Docular

Docular | JavaScript for Line of Business Applications | Scoop.it
Similar to JSDoc and YUIDoc, Docular provides documentation generation. Docular and the grunt-docular plugin leverage the AngularJS documentation generation implementation.

performs documentation generation based on AngularJS's documentation generation implementation.

Docular will parse, manipulate, and render documentation embedded within yoru script files or within standlone non-script fiels. The documentation can be viewed within a webapp through NodeJS or can be moved to the root of an apache server.

No comment yet.