init
- Banana
- Uva
- Maçã
ssss
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, adds the cn util, configures tailwind.config.cjs, and creates CSS variables for the project.
typescript
function add(a: number, b: number) {
return a + 'b';
return a + b;
} ts
export function foo() {
console.log('hewwo')
console.log('hello')
} 