0.1.5 • Published 1 year ago
create-cle v0.1.5
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
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago
1.0.0-alpha.12
1 year ago
1.0.0-alpha.14
1 year ago
1.0.0-alpha.11
1 year ago
1.0.0-alpha.9
1 year ago
1.0.0-alpha.8
1 year ago
1.0.0-alpha.6
1 year ago
1.0.0-alpha.5
1 year ago
1.0.0-alpha.3
1 year ago
1.0.0-alpha.2
1 year ago
1.0.0-alpha.1
1 year ago
1.0.0-alpha.0
1 year ago