Generate a sock knitting pattern
User input:
- gauge
- desired sock size
- foot length
Program output:
- basic sock pattern
- Instructions for special stitches and terms
- PDF export
- 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
- 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)