0.3.0-rc.1 • Published 1 year ago

@nillion/create-nillion-app v0.3.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Create Nillion App

A CLI tool to create a new Nillion app with Next.js integration.

Usage

This will create a new Nillion app in the your desired directory.

npx @nillion/create-nillion-app

What it does

  1. Installs nilup, the Nillion SDK tool installer and version manager
  2. Clones an example Next.js project with App Router Settings a. Installs @nillion/client-react-hooks * @nillion/client-vms which has all your needs to use Nillion and Nada.
  3. Installs an Nada projects with a pyenv
  4. Then follow along the QuickStart guide to do the following:
    • Create a simple Nada App
    • Connect a Nextjs <> Nada Program

Directory tree should look like:

.
├── README.md
├── app
│   ├── components
│   ├── home
│   ├── layout.tsx
│   ├── lib
│   └── page.tsx
├── nada
│   ├── .venv
│   ├── nada-project.toml
│   ├── requirements.txt
│   ├── src
│   └── tests
├── next.config.mjs
├── node_modules
├── package-lock.json
├── package.json
└── tsconfig.json

Requirements

  • Node.js 18.0.0 or later
  • npm 6.0.0 or later

License

MIT

0.2.1-rc.1

2 years ago

0.2.0-rc.3

2 years ago

0.2.0-rc.2

2 years ago

0.3.0-rc.1

1 year ago

0.2.0-rc.1

2 years ago

0.2.1

2 years ago

0.1.0-rc.24

2 years ago

0.1.0-rc.23

2 years ago

0.1.0-rc.25

2 years ago

0.2.2

1 year ago

0.1.0-rc.19

2 years ago

0.1.0-rc.18

2 years ago

0.1.0-rc.20

2 years ago

0.1.0-rc.22

2 years ago

0.1.0-rc.21

2 years ago

0.1.0-rc.17

2 years ago

0.1.0-rc.16

2 years ago

0.1.0-rc.13

2 years ago

0.1.0-rc.12

2 years ago

0.1.0-rc.15

2 years ago

0.1.0-rc.14

2 years ago

0.1.0-rc.11

2 years ago

0.1.0-rc.10

2 years ago

0.1.0-rc.9

2 years ago

0.1.0-rc.8

2 years ago

0.1.0-rc.7

2 years ago

0.1.0-rc.6

2 years ago

0.1.0-rc.5

2 years ago

0.1.0-rc.4

2 years ago

0.1.0-rc.3

2 years ago

0.1.0-rc.2

2 years ago

0.1.0-rc.1

2 years ago

0.1.0-rc.0

2 years ago