You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72
-
FunctionsToExport='*'
72
+
FunctionsToExport='Get-Reptile'
73
73
74
74
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75
-
CmdletsToExport='*'
75
+
CmdletsToExport=@()
76
76
77
77
# Variables to export from this module
78
-
VariablesToExport='*'
78
+
VariablesToExport=@()
79
79
80
80
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
81
-
AliasesToExport='*'
81
+
AliasesToExport='Reptile','🦎','🐊'
82
82
83
83
# DSC resources to export from this module
84
84
# DscResourcesToExport = @()
@@ -108,6 +108,23 @@ PrivateData = @{
108
108
109
109
# ReleaseNotes of this module
110
110
ReleaseNotes=@'
111
+
## Reptile 0.1:
112
+
113
+
* Initial Release of Reptile (#1)
114
+
* Read Evaluate Print Terminal Input Loop Editor - A Scaley Simple PowerShell Data REPL.
115
+
* Reptile is simple (#2) scalable (#3) and mostly safe (#4)
0 commit comments