Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ton-org/create-ton
A tool to quickly setup TON smart contract projects
https://github.com/ton-org/create-ton
hack-ton-berfest hacktoberfest
Last synced: 3 days ago
JSON representation
A tool to quickly setup TON smart contract projects
- Host: GitHub
- URL: https://github.com/ton-org/create-ton
- Owner: ton-org
- Created: 2023-01-31T16:45:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T19:43:10.000Z (8 months ago)
- Last Synced: 2024-04-28T15:20:51.054Z (7 months ago)
- Topics: hack-ton-berfest, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 921 KB
- Stars: 8
- Watchers: 10
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# npm create ton
This is an entry point script for the Blueprint development tool
## Usage
```bash
npm create ton
```(or using other package managers)
If you want to input data non-interactively (for example, in scripts), do:
```bash
npm create ton -- project-dir --type first-contract-type --contractName FirstContractName
```
where `first-contract-type` can currently be one of `func-empty`, `func-counter`, `tact-empty`, `tact-counter`For more details please go to https://github.com/ton-org/blueprint