UNPKG

template-parcel-ts

Version:
38 lines (25 loc) 851 B
# template-parcel-ts > my astonishing SAO template for React project with typescript and parcel [![CircleCI](https://circleci.com/gh/template-hub/template-parcel-ts.svg?style=svg)](https://circleci.com/gh/template-hub/template-parcel-ts) [![Version](https://img.shields.io/npm/v/template-parcel-ts.svg)](https://www.npmjs.com/package/template-parcel-ts) ## Installation Install [SAO](https://github.com/egoist/sao) first. ```bash npm i -g sao ``` ## Create a new project ### From git ```bash cd my-project // add --update flag to using latest version sao template-hub/template-parcel-ts --update ``` ### From npm ```bash cd my-project sao template-parcel-ts --update ``` ## Development - 如果更新了template 中的配置文件,需要执行 `npm run test -- -u` 更新 snapshot。 ## License MIT © [foryuki](github.com/foryuki)