Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/peterpeterparker/create-ic

A CLI for initializing projects with Juno or directing devs to the Internet Computer docs
https://github.com/peterpeterparker/create-ic

build-tools cli internet-computer internetcomputer zero-configuration

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# Create IC

A simple command line tool for initializing projects with [Juno](https://juno.build) or guiding developers to [Internet Computer](https://internetcomputer.org/) resources.

[![GitHub release](https://img.shields.io/github/release/peterpeterparker/create-ic/all?logo=GitHub&style=flat-square)](https://github.com/peterpeterparker/create-ic/releases/latest)

## Usage

Just run...

```bash
npm create ic@latest
```

...and follow the prompts.

## Package managers

With NPM:

```bash
npm create ic@latest
```

With Yarn:

```bash
yarn create ic
```

With PNPM:

```bash
pnpm create ic
```

## License

MIT © [David Dal Busco](mailto:[email protected])