sketchjs icon indicating copy to clipboard operation
sketchjs copied to clipboard

Milestone: Version 1.0.0

Open iduuck opened this issue 10 years ago • 4 comments
trafficstars

Some improvements need to be done in favour of our first stable version launch (List will be extended over time).

Enhancements

  • [ ] More default options (?)
  • [ ] More methods (JSON export, etc.)
  • [x] Remove sketchtool and create install.sh

Bugs

  • [x] Make tests stable

iduuck avatar Sep 11 '15 08:09 iduuck

Hi @iDuuck, how about #3? Even if you're the author of sketchtools, it feels something unfair.

cognitom avatar Sep 14 '15 10:09 cognitom

Yeah, I am working on this, when I have time :)

iduuck avatar Sep 14 '15 10:09 iduuck

Thanks for your feedback :-)

I used this strategy in another product, Just FYI:

{
  "scripts": {
    "postinstall": "curl -L https://cognitom.github.io/tokoro/dist/data-v02.zip > data.zip; unzip -oq data.zip -d data; rm data.zip"
  }
}

https://github.com/cognitom/tokoro/blob/master/package.json#L12

If you like it, I can send PR.

cognitom avatar Sep 14 '15 10:09 cognitom

@cognitom Any PR is appreciated :)

iduuck avatar Sep 17 '15 15:09 iduuck