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: 1 day 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T11:17:13.000Z (about 1 year ago)
- Last Synced: 2025-03-28T16:38:13.705Z (19 days ago)
- Topics: build-tools, cli, internet-computer, internetcomputer, zero-configuration
- Language: TypeScript
- Homepage:
- Size: 9.99 MB
- Stars: 15
- 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.
[](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])