Differences between revisions 1 and 20 (spanning 19 versions)
Revision 1 as of 2014-04-15 10:08:42
Size: 63
Editor: LeoIannacone
Comment: created
Revision 20 as of 2016-10-08 09:37:42
Size: 2266
Comment: link to yargs page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Here description about tasks packaging complex nodejs modules = 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.

<<Anchor(create)>>
== Create a new task ==
We like optimization, so do not be afraid. To create a new page please use this script: [[attachment: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|current opened tasks]] for more info.

<<Anchor(edit)>>
== Edit a task page ==

You do not have to worry about MoinMoin syntax. To edit a Task Page just use this script: [[attachment: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.

<<Anchor(current)>>
= Opened Tasks =

This is the current list of opened Tasks:
 * [[/Express4]]: Express 4.0
 * [[/Jade]]: Jade template engine
 * [[/Browserify|Browserify]]: browser-side require() the node way
 * [[/Statsd|Statsd]]: Statsd
 * [[/Nodeunit|nodeunit]]: nodeunit
 * [[/Pump.io|pump.io]]: pump.io
 * [[/lineman|lineman]]: A grunt-based project scaffold for HTML/CSS/JS apps (very large)
 * [[/lineman-angular|lineman-angular]]: A Lineman plugin for Angular projects
 * [[/grunt|grunt]]: A JavaScript Task Runner
 * [[/gulp|gulp]]: A JavaScript Task Runner
 * [[/yargs|yargs]]
 * [[/grunt-release|grunt-release]]: Release a new version of your Node-based project
 * [[/keybase|keybase]]: the keybase.io client
 * [[/openlayers|openlayers]]: {{{OpenLayers 3}}}
 * [[/mapbox-studio|Mapbox Studio Classic]]: Design radically custom maps and datasets powered by vector tiles (note: original mapbox-studio module is now called mapbox-studio-classic).
 * [[/Vega|Vega]]: visualization grammar

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:

  • /Express4: Express 4.0

  • /Jade: Jade template engine

  • Browserify: browser-side require() the node way

  • Statsd: Statsd

  • nodeunit: nodeunit

  • pump.io: pump.io

  • lineman: A grunt-based project scaffold for HTML/CSS/JS apps (very large)

  • lineman-angular: A Lineman plugin for Angular projects

  • grunt: A ?JavaScript Task Runner

  • gulp: A ?JavaScript Task Runner

  • yargs

  • grunt-release: Release a new version of your Node-based project

  • keybase: the keybase.io client

  • ?openlayers: OpenLayers 3

  • Mapbox Studio Classic: Design radically custom maps and datasets powered by vector tiles (note: original mapbox-studio module is now called mapbox-studio-classic).

  • Vega: visualization grammar