An open API service indexing awesome lists of open source software.

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

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
```