Skip to content

A CLI for initializing projects with Juno or directing devs to the Internet Computer docs

License

Notifications You must be signed in to change notification settings

peterpeterparker/create-ic

Repository files navigation

Create IC

A simple command line tool to quickly create projects for the Internet Computer.

Cli demo

Usage

Note that you will need to use npm 6 or higher.

npm init ic

An optional project name can also be passed to the command line:

npm init ic myproject

What does it actually do?

This npm initializer is basically a shorthand to dfx - the command-line interface for managing Internet Computer projects.

  1. It first checks if dfx is installed in your environment. If not, it prompts you to install it
  2. If already installed, the script checks if a newer version of dfx is available and prompts you if you want to install it
  3. Request a new project name and what type of canister should be created
  4. Init a new project

Limitation

It does not support yet Windows and might also not work behind a proxy.

License

MIT © David Dal Busco

About

A CLI for initializing projects with Juno or directing devs to the Internet Computer docs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •