create-cle
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

/create-cle/

    Package Sidebar

    Install

    npm i create-cle

    Weekly Downloads

    0

    Version

    0.1.5

    License

    none

    Unpacked Size

    122 kB

    Total Files

    48

    Last publish

    Collaborators

    • murongxdb
    • hyper-oracle