https://github.com/wp-blocks/create-pkg-cli
https://github.com/wp-blocks/create-pkg-cli
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wp-blocks/create-pkg-cli
- Owner: wp-blocks
- License: gpl-3.0
- Created: 2023-02-24T11:20:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:24:22.000Z (over 3 years ago)
- Last Synced: 2025-02-24T07:49:34.718Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Initialize a TypeScript package
> Start a project the @bitmachina way!
You need to add this module to your dependencies then run the script:
```js
"scripts": {
"unpack": "create-pkg-cli",
}
```
and the unpackager will scaffold the template for you