Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2014-04-18 17:40:46
Size: 1548
Editor: LeoIannacone
Comment: Updated
Revision 7 as of 2014-09-25 18:53:29
Size: 2015
Editor: ?ScottHoward
Comment:
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
 * [[Javascript/Nodejs/Tasks/Statsd|Statsd]]: Statsd
 * [[Javascript/Nodejs/Tasks/Nodeunit|nodeunit]]: nodeunit
 * [[Javascript/Nodejs/Tasks/Pump.io|pump.io]]: pump.io
 * [[Javascript/Nodejs/Tasks/lineman|lineman]]: A grunt-based project scaffold for HTML/CSS/JS apps (very large)
 * [[Javascript/Nodejs/Tasks/grunt|grunt]]: The JavaScript Task Runner
 * [[Javascript/Nodejs/Tasks/grunt-release|grunt-release]]: Release a new version of your Node-based project

Introduction

Nowadays npm offers hundred of packages which are not currently in Debian.

It's really easy start work on some module and then discover that it depends on dozens of no-packaged-for-debian modules.

To well organize your work we suggest you to create a new Task page as subpage of this where address your current working status.

Create a new task

We like optimization, so do not be afraid. To create a new page please use this script: js_task_create.py

Here a example:

python js_task_create.py ws

It will create a file called js_task_page with the content of new Wiki Task Page. Then you have just to copy and paste content to a new Wiki Page. We encourage you to use a subpage of this one, see current opened tasks for more info.

Edit a task page

You do not have to worry about MoinMoin syntax. To edit a Task Page just use this script: js_task_edit.py

It will help you to edit a current task and will paste in your clipboard the new content. You have just to paste it in the browser, the script takes also care about open the correct page.

For more information use --help option.

Opened Tasks

This is the current list of opened Tasks: