UNPKG
@imduchuyyy/crypt-env
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Secure environment manager with profile-based encrypted storage
github.com/imduchuyyy/crypt-env
@imduchuyyy/crypt-env
/
cmd
/
addProfile.ts
6 lines
(4 loc)
•
142 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ loadOrCreateProfile }
from
'../shared'
;
export
async
function
addProfile
(
profile: string
) {
await
loadOrCreateProfile
(profile); }