├── .gitignore ├── README.md └── count.sketchplugin └── Contents └── Sketch ├── counter.js └── manifest.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshkissel/sketch-count-text/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshkissel/sketch-count-text/HEAD/README.md -------------------------------------------------------------------------------- /count.sketchplugin/Contents/Sketch/counter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshkissel/sketch-count-text/HEAD/count.sketchplugin/Contents/Sketch/counter.js -------------------------------------------------------------------------------- /count.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshkissel/sketch-count-text/HEAD/count.sketchplugin/Contents/Sketch/manifest.json --------------------------------------------------------------------------------