Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Releases: umm/_template_module

Tweak package.json

25 May 03:56
81185cb
Compare
Choose a tag to compare

Changes

  • Remove $(npm bin) from scripts nodes
  • Revert version
  • Add umm:generate_assembly_definition

Support to use GitHub

03 May 14:26
7535eaf
Compare
Choose a tag to compare

Changes

README テンプレートを更新

28 Jan 09:32
02939c0
Compare
Choose a tag to compare
  • heading タグ系の構造を変更

スクリプトから shebang を除外

06 Nov 10:31
a39d25f
Compare
Choose a tag to compare
  • Windows での実行を想定して、全スクリプトから shebang を除外し、ピュア Node.js での実装とする

.gitignore を更新

16 Oct 11:04
Compare
Choose a tag to compare
  • ライブラリとして在るべき .gitignore に更新
    • 指定するパスを絶対パスに変更
    • /ProjectSettings/ProjectVersion.txt を除外

umm:init のバグ修正

16 Oct 11:02
Compare
Choose a tag to compare
  • 非 scoped なモジュール名を設定した際に、警告を表示できずにエラーが発生する件を修正

umm:init 実装版

03 Oct 07:38
Compare
Choose a tag to compare
  • npm run umm:init をサポートしました

First version

06 Sep 16:10
Compare
Choose a tag to compare
  • umm モジュールのテンプレートです。
  • package.json には、 umm として機能するために最低限必要な設定が記載されています。
  • postinstall, postuninstall 時にコールされるスクリプトが含まれています。