This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Releases: umm/_template_module
Releases · umm/_template_module
Tweak package.json
Support to use GitHub
Changes
- Use
@umm/scripts
instead ofscripts/*.js
README テンプレートを更新
- heading タグ系の構造を変更
スクリプトから shebang を除外
- Windows での実行を想定して、全スクリプトから shebang を除外し、ピュア Node.js での実装とする
.gitignore を更新
- ライブラリとして在るべき
.gitignore
に更新- 指定するパスを絶対パスに変更
/ProjectSettings/ProjectVersion.txt
を除外
umm:init のバグ修正
- 非 scoped なモジュール名を設定した際に、警告を表示できずにエラーが発生する件を修正
umm:init 実装版
npm run umm:init
をサポートしました
First version
- umm モジュールのテンプレートです。
package.json
には、 umm として機能するために最低限必要な設定が記載されています。postinstall
,postuninstall
時にコールされるスクリプトが含まれています。