lammps-to-csv
v1.0.0
Published
A CLI tool to convert LAMMPS dump files to a CSV.
Downloads
11
Readme
🌟 LAMMPS dump to CSV tool
A CLI tool to convert your LAMMPS dump files into easy-to-read CSV files. Simplify your data processing workflow with just a single command!
🚀 Installation
Ensure you have Node.js installed. Then, install the CLI tool globally using npm:
npm install -g lammps-to-csv
🛠️ Usage
Use the lammps-to-csv
command followed by the path to your LAMPS dump file:
lammps-to-csv path/to/input.dump
lammps-to-csv path/to/input.txt
This will generate a input.csv
file in the same directory.
📖 Example
lammps-to-csv ./data/projections.dump
Output:
💾 File has been saved to ./data/projections.csv
🎉 Features
- Fast Conversion: Quickly transform large LAMMPS dump files to CSV.
- User-Friendly: Intuitive CLI with helpful spinner indicators.
- Error Handling: Provides clear error messages for smooth troubleshooting.
📝 License
MIT © Lucas Johnston
🤝 Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.