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

TS scripts framework #134

Closed
shunsukew opened this issue Mar 29, 2023 · 1 comment
Closed

TS scripts framework #134

shunsukew opened this issue Mar 29, 2023 · 1 comment
Assignees

Comments

@shunsukew
Copy link
Contributor

shunsukew commented Mar 29, 2023

Each contract will have TS deployment script by default, and executable by swanky command for e.g. swanky contract (script) run.

Users can arbitrary TS scripts under scripts folder and automate deployments and other repetitive operations by writing codes.

#112 (comment)

Similar to what truffle/hardhat has.

@shunsukew shunsukew linked a pull request Apr 28, 2023 that will close this issue
@shunsukew shunsukew moved this from 💡 New/Idea to 🏁 Ready to Start in Swanky Suite (legacy - moved to swankyhub) May 3, 2023
@shunsukew shunsukew self-assigned this May 3, 2023
@shunsukew shunsukew moved this from 🏁 Ready to Start to 🏗 In progress in Swanky Suite (legacy - moved to swankyhub) May 3, 2023
@codespool
Copy link
Collaborator

execa now has a scripts feature, which we can leverage for this: https://github.com/sindresorhus/execa/blob/main/docs/scripts.md

Closing this for now, and will create a new ticket with execa.

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Swanky Suite (legacy - moved to swankyhub) Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants