https://github.com/ynwd/fastro-cli
Fastro command line. Clone fastro-web template, install dependencies & build all typescript files
https://github.com/ynwd/fastro-cli
command-line fastro fastro-web generator nodejs
Last synced: about 2 months ago
JSON representation
Fastro command line. Clone fastro-web template, install dependencies & build all typescript files
- Host: GitHub
- URL: https://github.com/ynwd/fastro-cli
- Owner: ynwd
- License: mit
- Created: 2020-04-06T01:50:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T06:10:09.000Z (about 6 years ago)
- Last Synced: 2025-08-01T19:36:47.199Z (10 months ago)
- Topics: command-line, fastro, fastro-web, generator, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# fastro-cli
clone `fastro-web` template, install dependencies & build all typescript files
## Install
```
npm i fastro-cli -g
```
## Usage
Clone template, create .env, install deps & build all typescript files:
```
fastro init
```
Get fastro-cli version:
```
fastro --version
```
## Acknowledgements
This project is kindly sponsored by:
- [MID](https://member.id/)
## License
- Licensed under [MIT](https://github.com/fpkg/fastro-cli/blob/master/LICENSE).