-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Will work on adding new features to templates, for some revamp / upgrade.
And since my memory is as horrible as it is, I write down my ideas somewhere I'll find them again.
Feel free to add your own proposals as response, happy to include ideas from the hivemind :)
AzureFunction
- Update host.json extension bundle version to
[4.*, 5.0.0)
MiniModule
- Add psf-requirements.ps1 build script and use it as default for faster dependencies installation
- Add vsts-release.ps1 build script to publish a github releases
- Update *.yml files to use new build logic
- Update readme.md to include better content (e.g. Install info)
- Dynamically inject Export-ModuleMember to the psm1 during the build process
- Include option to automatically update the FunctionsToExport during the build process
PSFProject
- Add psf-requirements.ps1 build script and use it as default for faster dependencies installation
- Add vsts-release.ps1 build script to publish a github releases
- Update *.yml files to use new build logic
- Add initialize.ps1 & variables.ps1 to the default files included
- Add build logic to generate about_ concept help from markdown, including readme.md
- Add build logic to generate documentation on commands, including migration to maml / external help
- Update readme.md to include better content (e.g. Install info)
- Dynamically inject Export-ModuleMember to the psm1 during the build process
- Include option to automatically update the FunctionsToExport during the build process