-
Notifications
You must be signed in to change notification settings - Fork 8
AddSearchKeyword
uupaa edited this page May 31, 2015
·
2 revisions
作成したモジュールを広く使ってもらうためには、package.json にモジュール検索用のキーワードを埋めこみ、$ npm search WebModule
コマンドで検索できるようにします。
{
"name": "uupaa.myexample.js",
"version": "0.0.0",
"description": "My first WebModule.",
"url": "https://github.com/uupaa/MyExample.js",
"keywords": ["機能を示すキーワード", "作者の名前など", "WebModule"],
:
}
なお、WebModule
キーワードは削らないようにしてください。