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: 22 days ago
JSON representation
A CLI for initializing projects with Juno or directing devs to the Internet Computer docs
- Host: GitHub
- URL: https://github.com/peterpeterparker/create-ic
- Owner: peterpeterparker
- License: mit
- Created: 2022-05-15T08:28:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T11:17:13.000Z (7 months ago)
- Last Synced: 2024-10-04T19:11:17.742Z (about 1 month ago)
- Topics: build-tools, cli, internet-computer, internetcomputer, zero-configuration
- Language: TypeScript
- Homepage:
- Size: 9.99 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-internet-computer - create-ic - A simple command line tool to quickly create projects for the IC. (Starters / Tutorials and Samples)
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])