Skip to content

KeelanRosa/sockgen

Repository files navigation

sockgen

Generate a sock knitting pattern

Use

User input:

  • gauge
  • desired sock size
  • foot length

Program output:

  • basic sock pattern

Other features

  • Instructions for special stitches and terms
  • PDF export

To build from source

  • Download/clone source code:
    git clone https://github.com/KeelanRosa/sockgen.git
  • Install npm dependencies:
    npm install
  • Build project:
    npm run build
  • Open dist/index.html in browser

Future goals

  • Include needle/yarn/gauge information in final pattern
  • More complex pattern design
  • ePub export
  • Construction options
    • toe-up vs top-down
    • heels
    • toes
    • soles
  • Detail variability (eg, 'cast on in the round' vs explicit instructions for specific caston type)
  • Add images
  • Add alternatives (eg, different sizes options in a single pattern)