anees-framework-test-0.1
v1.0.0
Published
Welcome to *My Framework CLI*! This is a heartfelt little TypeScript-based tool I built to help you kickstart your projects with ease. Think of it like a friendly guide—similar to `create-next-app`—but tailored for your very own framework. My goal? To sav
Readme
My Framework CLI
Welcome to My Framework CLI! This is a heartfelt little TypeScript-based tool I built to help you kickstart your projects with ease. Think of it like a friendly guide—similar to create-next-app—but tailored for your very own framework. My goal? To save you time and bring a bit of joy to your coding journey.
Features
- Sets up a shiny new project with a tidy, predefined folder structure.
- Crafts essential files like
package.json,tsconfig.json, andindex.ts—all ready to go! - Offers global installation so it’s always there when you need it.
Installation & Usage
Want to keep it close? Install it globally with:
npm install -g my-frameworkReady to create something amazing? Just run:
npx my-framework new my-projectOr, if you’ve welcomed it globally:
my-framework new my-project