Skip to content

Instantly share code, notes, and snippets.

View sicking's full-sized avatar

Jonas Sicking sicking

  • Figma
  • San Francisco, California, USA
View GitHub Profile
#! /usr/bin/python
import sys, re
checkedVersion = False
ignoredHeaders = False
with open(sys.argv[1], 'rU') as csvfile:
for row in csvfile:
if not checkedVersion:
@sicking
sicking / web-packaging-use-cases.md
Last active March 4, 2016 09:59
Web packages use cases

Use cases and requirements for web packages

Below is a discussion of use cases that I'd like to solve with a package format for the web. There's also a list of requirements on the final solution.

Finally a list of use cases that I don't think we should aim to solve.

Desired use cases

Use case A: Sharing a single package file rather than a pile of individual files