Differences between revisions 62 and 78 (spanning 16 versions)
Revision 62 as of 2018-09-12 08:46:14
Size: 4307
Comment: Turn note about UTF-8 requirement into a source comment.
Revision 78 as of 2020-12-17 08:53:16
Size: 4960
Comment: Fix url, it's bug-check.sh not bug-check.py
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
Here a example: ## NB! script requires UTF-8 environment - see DebianBug:907686

Here an example:
Line 15: Line 17:
sudo apt install npm npm2deb tree
## requires UTF-8 environment - see DebianBug:907686
sudo apt install npm npm2deb tree curl liburi-perl ca-certificates
curl -OO https://salsa.debian.org/js-team/js-task-wiki-edit/raw/master/{bug-check.sh,js_task_edit.py}
Line 22: Line 24:
Alternatively, you can process a local ```package.json``` file:
{{{
LC_ALL=C.UTF-8 python3 js_task_edit.py --file ws/package.json
}}}
Line 25: Line 32:
You do not have to worry about MoinMoin syntax. To edit a Task Page just use the script ```js_task_edit.py```, available from an [[https://anonscm.debian.org/cgit/pkg-javascript/js-task-wiki-edit.git/tree/ | Alioth repository]]. You do not have to worry about MoinMoin syntax. To edit a Task Page just use the script ```js_task_edit.py```, available from an [[https://salsa.debian.org/js-team/js-task-wiki-edit|Git repository]].
Line 35: Line 42:
 * [[/npm]]: Packaging of latest npm (5.x)  * [[/Browserify|Browserify]]: browser-side require() the node way
 * [[/Pump.io|pump.io]]: pump.io
 * [[/Statsd|Statsd]]: Statsd
 * [[/Vega|Vega]]: visualization grammar
Line 37: Line 47:
 * [[/grunt-release|grunt-release]]: Release a new version of your Node-based project
 * [[/home-assistant-polymer|home-assistant-polymer]]: Front end for home-assistant home automation server.
 * [[/keybase|keybase]]: the keybase.io client ('''deprecated upstream''')
 * [[/lerna|lerna]]: Tool for managing !JavaScript projects with multiple packages
 * [[/lineman-angular|lineman-angular]]: A Lineman plugin for Angular projects
 * [[/lineman|lineman]]: A grunt-based project scaffold for HTML/CSS/JS apps (very large)
 * [[/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).
 * [[/openlayers|openlayers]]: {{{OpenLayers 3}}}
 * [[/openpgp]]: OpenPGP.js
 * [[/yarn|yarnpkg]]: Fast, reliable and secure npm alternative
 * [[/Wekan|Wekan]]: Open-Source kanban
 * [[/Etherpad-lite|Etherpad-lite]]: Really real-time collaborative document editing
 * [[/Meteor|Meteor]]: The JavaScript App Platform
 * [[/HedgeDoc|HedgeDoc]]: The best platform to write and share markdown.

= Done tasks =
Line 39: Line 66:
 * [[/Browserify|Browserify]]: browser-side require() the node way
 * [[/Statsd|Statsd]]: Statsd
Line 42: Line 67:
 * [[/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
 * --([[/babel-cli|babel-cli]]: Babel command line)-- [[https://tracker.debian.org/pkg/node-babel|node-babel-cli]]
 * --([[/gitlab|GitLab]]: frontend of GitLab 9.x)-- [[https://tracker.debian.org/pkg/gitlab|gitlab]]
Line 47: Line 71:
 * --([[/gitlab|GitLab]]: frontend of GitLab 9.x)-- [[https://tracker.debian.org/pkg/gitlab|gitlab]]  * --([[/jison|jison]]: A !JavaScript parser generator)-- [[https://tracker.debian.org/pkg/node-jison|node-jison]]
 * --([[/lcid|lcid]]:Mapping between standard locale identifiers and Windows locale identifiers)-- [[https://tracker.debian.org/pkg/node-lcid|node-lcid]]
 * --([[/livescript|livescript]]: A language that compiles to !JavaScript)-- [[https://tracker.debian.org/pkg/node-livescript|node-livescript]]
 * --([[/npm]]: Packaging of latest npm (5.x))-- [[https://tracker.debian.org/pkg/npm|npm]] - although 6.x is now a thing too...
 * --([[/tape|tape]]: Tool for testing package extending tap0-- [[https://tracker.debian.org/pkg/node-tape|node-tape]]
 * --([[/tap|tap]]: Tool for testing package (upgrading))-- [[https://tracker.debian.org/pkg/node-tap|node-tap]]
Line 49: Line 78:
 * --([[/lcid|lcid]]:Mapping between standard locale identifiers and Windows locale identifiers)-- [[https://tracker.debian.org/pkg/node-lcid|node-lcid]]
 * --([[/jison|jison]]: A !JavaScript parser generator)-- [[https://tracker.debian.org/pkg/node-jison|node-jison]]
 * --([[/livescript|livescript]]: A language that compiles to !JavaScript)-- [[https://tracker.debian.org/pkg/node-livescript|node-livescript]]
 * [[/grunt-release|grunt-release]]: Release a new version of your Node-based project
 * [[/keybase|keybase]]: the keybase.io client ('''deprecated upstream''')
 * [[/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
 * --([[/babel-cli|babel-cli]]: Babel command line)-- [[https://tracker.debian.org/pkg/node-babel|node-babel-cli]]
 * [[/lerna|lerna]]: Tool for managing !JavaScript projects with multiple packages
 * --([[/tap|tap]]: Tool for testing package (upgrading))-- [[https://tracker.debian.org/pkg/node-tap|node-tap]]
 * --([[/tape|tape]]: Tool for testing package extending tap0-- [[https://tracker.debian.org/pkg/node-tape|node-tape]]
 * [[/yarn|yarnpkg]]: Fast, reliable and secure npm alternative
 * [[/home-assistant-polymer|home-assistant-polymer]]: Front end for home-assistant home automation server.
Line 64: Line 79:
All Tasks: = All Tasks =

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, grab a copy of js_task_edit.py and bug-check.sh. These files are available on Salsa.

Here an example:

sudo apt install npm npm2deb tree curl liburi-perl ca-certificates
curl -OO https://salsa.debian.org/js-team/js-task-wiki-edit/raw/master/{bug-check.sh,js_task_edit.py}
LC_ALL=C.UTF-8 python3 js_task_edit.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.

Alternatively, you can process a local package.json file:

LC_ALL=C.UTF-8 python3 js_task_edit.py --file ws/package.json

Edit a task page

You do not have to worry about MoinMoin syntax. To edit a Task Page just use the script js_task_edit.py, available from an Git repository.

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:

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

  • pump.io: pump.io

  • Statsd: Statsd

  • Vega: visualization grammar

  • /electron: Install prebuilt electron binaries for the command-line using npm (it has to go to contrib)

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

  • home-assistant-polymer: Front end for home-assistant home automation server.

  • keybase: the keybase.io client (deprecated upstream)

  • lerna: Tool for managing JavaScript projects with multiple packages

  • lineman-angular: A Lineman plugin for Angular projects

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

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

  • ?openlayers: OpenLayers 3

  • /openpgp: OpenPGP.js

  • yarnpkg: Fast, reliable and secure npm alternative

  • Wekan: Open-Source kanban

  • Etherpad-lite: Really real-time collaborative document editing

  • Meteor: The ?JavaScript App Platform

  • HedgeDoc: The best platform to write and share markdown.

Done tasks

All Tasks