The Sketch developer mode is not enabled (http://developer.sketchapp.com/introduction/preferences/#always-reload-scripts-before-running). Do you want to enable it? (y/N) y success Sketch developer mode enabled
To get started, cd into the new directory: cd first-plugin
To start a development live-reload build: npm run start
To build the plugin: npm run build
To publish the plugin: skpm publish $ cd first-plugin