https://github.com/polixjs/template
💡 Polix initializes the template
https://github.com/polixjs/template
polix
Last synced: 4 months ago
JSON representation
💡 Polix initializes the template
- Host: GitHub
- URL: https://github.com/polixjs/template
- Owner: polixjs
- License: mit
- Created: 2018-06-18T02:15:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T13:02:38.000Z (over 6 years ago)
- Last Synced: 2025-02-26T15:19:34.821Z (5 months ago)
- Topics: polix
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template
Polix initializes the template## Install
```bash
$ npm i polix-cli -g
$ pol init example && cd example
```## Start
```bash
$ make
$ make build
$ make run-dev
```