fission-codes / rust-template

Fission-focused Rust and Rust+Wasm project templates
Apache License 2.0
39 stars 5 forks source link

Badges may conflict with existing packages #152

Closed expede closed 3 months ago

expede commented 1 year ago

Summary

Problem

The autogenerated badges may conflict with existing packages. See issue on Rhizome: https://github.com/RhizomeDB/rs-rhizome/issues/90

Impact

The README can point to random other people's projects

Solution

It may be more work than it's worth, but checking if the project name being generated is already taken on Crates and NPM is one approach. Even printing a reminder to check would be a good thing.

zeeshanlakhani commented 1 year ago

Yeah. The generator can't make network calls :). But, I will add it to the documentation as a check.