As stated in the script file, the script is based upon another (Bash) script created by "David H". I took his script, added much more functionality, and eventually converted it over to a Powershell script.
Starting with Version 1.17 it's even easier to use this script. The script does everything for you. All you have to do is run it, it will download the Bitwarden CLI program (if it needs to). There's so many new improvements to the code from the original version that makes this script surpass the original script written by David H by leaps and bounds.
Install from the Powershell Gallery
Installing this module is now even easier, all you have to do is execute...
Install-Module -Name Export-Bitwarden
All active development will now take place in the dev branch.
Yes, this is open source and licensed under the MIT license. What does this mean? It means that you, the user, can fork this project, make your additions, and create a pull request for me to include your additions and improvements back to the original script. Isn't open source cool? I think so!
As of October 24th, 2024, this project is now licensed under the GPL License. Please refer to the LICENSE file for the updated terms. Previous versions were licensed under the MIT License.
We welcome contributions to Export-Bitwarden! If you’ve made improvements or fixes, please submit a pull request. All contributions must comply with the GPLv3 license, which means any modifications you make should also be shared with the community.