o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
115 stars 43 forks source link

Support source types selection/configuration optional CLI argument for the `zk file` #668

Open shimkiv opened 2 months ago

shimkiv commented 2 months ago

Today if one will issue the zk file command being within the project's root dir, application will determine the file type/extension by checking the tsconfig.json (.ts or .js). We also allow users create zkApps sources and tests while letting them be within the src/ but in this case files extension/type will always be .js.