https://github.com/tact-lang/create-tact
Template for simple Tact project
https://github.com/tact-lang/create-tact
tact template ton
Last synced: about 1 year ago
JSON representation
Template for simple Tact project
- Host: GitHub
- URL: https://github.com/tact-lang/create-tact
- Owner: tact-lang
- License: mit
- Created: 2025-04-17T11:08:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T13:20:11.000Z (about 1 year ago)
- Last Synced: 2025-05-26T14:31:19.803Z (about 1 year ago)
- Topics: tact, template, ton
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-tact
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-tact
Creates Tact project from template
## Prerequisites
- node.js
- npm
- git
## How to use
Use `create` of your favorite package manager to run:
```shell
npm create tact@latest
```
or
```shell
yarn create tact@latest
```