New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-ccfk

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ccfk

Create a CCFK application from starter templates.

latest
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

Create CCFK

Create a CCFK application from starter templates.

Quick Start

Starter templates are available for each platform. Use one the following "create-ccfk" commands.

# npm
npm create ccfk@latest

# yarn
yarn create ccfk

# pnpm
pnpm create ccfk@latest

# bun
bun create ccfk@latest

# deno
deno run -A npm:create-ccfk@latest

Options

-t, --template <template>

You can specify the desired template from the command line. This is useful for automation, where you'd like to skip any interactive prompts.

npm create ccfk@latest ./my-ccfk-app -- --template hello-world-app

-i, --install

Install dependencies after cloning template.

npm create ccfk@latest ./my-ccfk-app -- --install

-p, --pm <pnpm|bun|deno|npm|yarn>

Allows you to specify which package manager to use.

npm create ccfk@latest ./my-ccfk-app -- --pm pnpm

-o, --offline

Use the local cache instead of fetching the latest templates.

npm create ccfk@latest ./my-ccfk-app -- --offline

Known issues

I you get a fetch error trying to clone the any of the templates, 99.99% of the cases will related to the corporate proxy. Run the following commands to properly configure the NOKIA proxy:

npm config set proxy http://proxy-server-url:port
npm config set https-proxy http://proxy-server-url:port

Use nearest proxy to your location.

To check the proxy settings used by npm, you can use the following commands:

npm config get proxy
npm config get https-proxy

FAQs

Package last updated on 12 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts