https://github.com/posthtml/create-posthtml-ts
Create your PostHTML project on TypeScript
https://github.com/posthtml/create-posthtml-ts
Last synced: 11 months ago
JSON representation
Create your PostHTML project on TypeScript
- Host: GitHub
- URL: https://github.com/posthtml/create-posthtml-ts
- Owner: posthtml
- License: mit
- Created: 2023-10-20T13:47:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T14:33:53.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:06:03.303Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# create-posthtml-ts
> Create your first [PostHTML](https://github.com/posthtml/posthtml) project on [TypeScript](https://www.typescriptlang.org/)
## Adds if doesn't exist
- `index.ts` with a simple example in `root` directory
- `index.html` with a simple example in `root` directory
- `npm-script` `start`
## CLI
```
$ npm init posthtml-ts
```