https://github.com/theapache64/to-dot-lottie
A CLI tool to bulk convert all .json lottie files to .lottie format
https://github.com/theapache64/to-dot-lottie
dot-lottie dot-lottie-converter lottie
Last synced: 11 months ago
JSON representation
A CLI tool to bulk convert all .json lottie files to .lottie format
- Host: GitHub
- URL: https://github.com/theapache64/to-dot-lottie
- Owner: theapache64
- Created: 2023-01-25T20:33:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T05:03:11.000Z (over 3 years ago)
- Last Synced: 2025-06-23T01:28:35.194Z (about 1 year ago)
- Topics: dot-lottie, dot-lottie-converter, lottie
- Language: Kotlin
- Homepage: https://dotlottie.io/resources/json-to-dotLottie/
- Size: 154 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# to-dot-lottie


> A CLI tool to bulk convert all `.json` lottie files to `.lottie` format
### π» Install
```console
sudo npm install -g to-dot-lottie
```
### β¨Demo
```console
β― to-dot-lottie
β‘οΈ Initializing...
β οΈ Not a lottie JSON. Skipping ../core/string-store/src/main/res/raw/default_strings.json
------------------------------
π Uploading 'skip.json...'
β
Uploaded -> https://assets3.lottiefiles.com/temp_editor_files/lf30_editor_555.json
π Converting 'https://assets3.lottiefiles.com/temp_editor_files/lf30_editor_555.json'...
β
Converted -> https://lottie-editor-api-temp.s3.amazonaws.com/20230125-205201lf30_editor_123.lottie
β¬οΈ Downloading...
β
Downloaded -> ../core/common-ui/src/main/res/raw/skip.lottie
------------------------------
π Uploading 'rewind.json...'
β
Uploaded -> https://assets7.lottiefiles.com/temp_editor_files/lf30_editor_444.json
π Converting 'https://assets7.lottiefiles.com/temp_editor_files/lf30_editor_444.json'...
β
Converted -> https://lottie-editor-api-temp.s3.amazonaws.com/20230125-205204lf30_editor_456.lottie
β¬οΈ Downloading...
β
Downloaded -> ../core/common-ui/src/main/res/raw/rewind.lottie
------------------------------
π Uploading 'subscription_confirmation.json...'
β
Uploaded -> https://assets5.lottiefiles.com/temp_editor_files/lf30_editor_222.json
π Converting 'https://assets5.lottiefiles.com/temp_editor_files/lf30_editor_222.json'...
β
Converted -> https://lottie-editor-api-temp.s3.amazonaws.com/20230125-205206lf30_editor_789.lottie
β¬οΈ Downloading...
β
Downloaded -> ../core/common-ui/src/main/res/raw/subscription_confirmation.lottie
------------------------------
β
Done
```
## βοΈ Author
π€ **theapache64**
* Twitter: @theapache64
* Email: theapache64@gmail.com
Feel free to ping me π
## π€ Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any
contributions you make are **greatly appreciated**.
1. Open an issue first to discuss what you would like to change.
1. Fork the Project
1. Create your feature branch (`git checkout -b feature/amazing-feature`)
1. Commit your changes (`git commit -m 'Add some amazing feature'`)
1. Push to the branch (`git push origin feature/amazing-feature`)
1. Open a pull request
Please make sure to update tests as appropriate.
## β€ Show your support
Give a βοΈ if this project helped you!
## βοΈ TODO
- [ ] Task 1
## π License
```
Copyright Β© 2023 - theapache64
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
_This README was generated by [readgen](https://github.com/theapache64/readgen)_ β€