Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tsci init command to initialize a TSCircuit project (#18) #21

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

kom-senapati
Copy link
Contributor

This PR introduces the tsci init command to initialize a new TSCircuit project in the current directory.

  • Creates an index.tsx file with a basic circuit snippet.
  • Creates a .npmrc file to configure the TSCircuit private npm registry.
  • Logs each file created or skipped, ensuring clarity.
  • Prompts the user to run tsci dev to start developing their project.

Closes #18.

/claim #18

Copy link
Contributor

@seveibar seveibar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work, you can try the test fixture issue #20 if you want to get some tests in for this as well

@seveibar seveibar merged commit ad5cfed into tscircuit:main Jan 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce tsci init command
2 participants