Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save uupaa/471231d2d7b7d95d844d to your computer and use it in GitHub Desktop.

Select an option

Save uupaa/471231d2d7b7d95d844d to your computer and use it in GitHub Desktop.
npm dependency modules install and setting
  • $ npm run score コマンドは plato を使用しています。

  • $ npm run hint コマンドは jshint に依存しています。

  • $ npm run lint コマンドは eslint に依存しています。

  • $ npm run min$ npm run build コマンドは uupaa.compile.js に依存しています。

    $ npm install -g plato
    $ npm install -g jshint
    $ npm install -g eslint
    $ npm install -g uupaa.compile.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment