- checkDirectory: async (path)
- getExeFiles: async (path)
- emptyDirectory: async (path)
- copyFile: async (source, destination)
- renameFile: async (source, destination)
- deleteFile: async (path)
- gitPush: async ()
- openFTP: async (host, user, password)
- uploadFile: async (source, destination)
- closeFTP: ()
- guid: ()
- stringForNow: (string)
- zip: async (name, source)
To add to your node project:
yarn add radius-utils
After making changes, publish with:
yarn publish