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

[Feature] Implement non-interactive project creating. #40

Closed
braveltd opened this issue May 17, 2023 · 1 comment
Closed

[Feature] Implement non-interactive project creating. #40

braveltd opened this issue May 17, 2023 · 1 comment

Comments

@braveltd
Copy link
Contributor

braveltd commented May 17, 2023

Right now we use npx create ton@latest, then define project folder and first created contract name and type of contract...

This is interactive, but we can make it non-interactive.

For example:

NextJS:
pnpm create next-app - template for nextjs. reference
non-interactive way - pnpm create next-app myProjectFolder --ts --use-pnpm
React: (create-react-app)
'npx create-react-app myProjectFolder'

Can be in blueprint

pnpm create ton@latest myProjectFolder --func --empty reference
Where:
myProjectFolder - stands for Project name
--func - stands for Func contract
--empty - stands for An empty contract

@krigga
Copy link
Collaborator

krigga commented Feb 15, 2024

This has been implemented, see readme of https://github.com/ton-org/create-ton

@krigga krigga closed this as completed Feb 15, 2024
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

No branches or pull requests

2 participants