Comparing version 1.0.0-alpha3 to 1.0.0
{ | ||
"name": "kp21p", | ||
"version": "1.0.0-alpha3", | ||
"version": "1.0.0", | ||
"description": "KeePass to 1Password migrator.", | ||
@@ -5,0 +5,0 @@ "bin": { |
# KeePass to 1Password | ||
Converts the KeePass (2.x) database XML file to a CSV file suitable for import into 1Password. Supported only [`Logins`](https://support.1password.com/create-csv-files/). Fields that are exported from KeePass: | ||
- Title. | ||
- URL. | ||
- UserName. | ||
- Password. | ||
- Notes. | ||
Tested on versions of KeePass 2.x and 1Password 7. | ||
## Usage | ||
0. [Install NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). | ||
1. Export KeePass database to XML file (for example: `keepass.xml`). | ||
2. Open terminal: | ||
```bash | ||
npm i kp21p -g | ||
kp21p --help | ||
kp21p keepass.xml 1password.csv | ||
``` | ||
3. [Import CSV file](https://support.1password.com/import/#if-your-application-isn-t-listed-above) to 1Password. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3215
1
27