https://github.com/developerdavi/solidity-unflattener
A tool for recreating solidity project files from flattened .sol contract files
https://github.com/developerdavi/solidity-unflattener
ethereum hacktoberfest hardhat smart-contracts solidity
Last synced: 5 months ago
JSON representation
A tool for recreating solidity project files from flattened .sol contract files
- Host: GitHub
- URL: https://github.com/developerdavi/solidity-unflattener
- Owner: developerdavi
- License: mit
- Created: 2022-03-18T03:30:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T22:26:50.000Z (almost 3 years ago)
- Last Synced: 2025-08-30T22:27:25.002Z (5 months ago)
- Topics: ethereum, hacktoberfest, hardhat, smart-contracts, solidity
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@devdavi/unflatten
- Size: 26.4 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
`solidity-unflattener` is a tool for recreating solidity project files from flattened `.sol` contract files.
## Usage
```bash
npx @devdavi/unflatten [] [--wd]
```
## How to contribute
If you want to contribute to this project, feel free to make a PR or create an issue. All help is welcome :)
## License
MIT © [Davi Rodrigues](https://github.com/developerdavi)