atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

JS CLI confusion - rename or rebuild in rust?

Open joepio opened this issue 2 years ago • 0 comments

The @tomic/cli JS tool is used for type generation, whereas the Rust tool is more like a general client that does view / edit.

Having multiple CLI tools feel confusing. Ideally, we merge them, but we need to

Rename (e.g. to @tomic/typegen)

  • Allows package.json NPM installs, easy
  • We still have two CLI tools

Add typegen stuff to atomic-cli rust

  • Is doable to rewrite logic in rust, but takes some time
  • No easy NPM install - requires cargo / binary / other packaging
  • But... we can fix that with rust-to-npm

joepio avatar Jan 15 '24 10:01 joepio