Skip to content

netlify/netlify-ts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify CTA

Create TanStack Start applications for Netlify.

Installation

Install dependencies using pnpm:

pnpm install

Build

Build the project by compiling TypeScript:

pnpm build

Or using npm:

npm run build

This will compile the TypeScript source files from src/ to dist/.

Running

After building, you can run the CLI tool using:

node dist/index.js

Or if running from a different directory context:

node ../netlify-cta/dist/index.js

If you need to specify the package manager user agent:

npm_config_user_agent=pnpm node ../netlify-cta/dist/index.js

About

Netlify application creating CLI

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors