A tool to reset the CSS for you project using Go and Node.js.
You can run this tool using npx
:
npx resetmycss
Contributions are welcome! Please feel free to submit a PR.
To run the tool locally, you need to have Go installed on your system.
GOOS=linux GOARCH=amd64 go build -o resetmycss-linux main.go
GOOS=darwin GOARCH=arm64 go build -o resetmycss-macos main.go
GOOS=windows GOARCH=amd64 go build -o resetmycss-windows.exe main.go
node ./index.js