Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 236 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 236 Bytes

Create simple package

Usage

  npx create-simple-package MY_PACKAGE_NAME

Then you will get

  MY_PACKAGE_NAME
    ├── biome.json
    ├── package.json
    ├── index.ts
    └── tsconfig.json