()
| 101 | } |
| 102 | |
| 103 | func (m *Manifest) HasPostRootPackageInstallScript() bool { |
| 104 | return m.keyExists("scripts.post-root-package-install") |
| 105 | } |
| 106 | |
| 107 | func (m *Manifest) HasPostCreateProjectCmdScript() bool { |
| 108 | return m.keyExists("scripts.post-create-project-cmd") |