Differences between revisions 69 and 70
Revision 69 as of 2018-09-27 15:47:58
Size: 4628
Editor: TheAnarcat
Comment: sort and split out done tasks
Revision 70 as of 2018-11-13 00:08:39
Size: 4669
Editor: PerAndersson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 53: Line 53:
 * [[/Wekan|Wekan]]: Open-Source kanban

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 wget liburi-perl ca-certificates
wget https://salsa.debian.org/js-team/js-task-wiki-edit/raw/master/js_task_edit.py
wget https://salsa.debian.org/js-team/js-task-wiki-edit/raw/master/bug-check.sh
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.

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

Done tasks

All Tasks