ora-io / cle

The ORA CLE Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-cle

Getting Started

Scaffolding Your First CLE Project

With NPM:

npm create cle@latest

With Yarn:

yarn create cle@latest

With PNPM:

pnpm create cle@latest

Then follow the prompts!

To scaffold a uniswapprice template, you can directly specify the project name and the desired template using additional command line options. For instance, you can run the following command:

# npm 6.x
npm create cle@latest my-cle-uniswapprice --template uniswapprice

# npm 7+, extra double-dash is needed:
npm create cle@latest my-cle-uniswapprice -- --template uniswapprice

# yarn
yarn create cle@latest my-cle-uniswapprice --template uniswapprice

# pnpm
pnpm create cle@latest my-cle-uniswapprice --template uniswapprice

About

The ORA CLE Template


Languages

Language:TypeScript 91.2%Language:Shell 8.1%Language:JavaScript 0.7%