Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufukbakan/create-bootpress-app
https://github.com/ufukbakan/create-bootpress-app
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufukbakan/create-bootpress-app
- Owner: ufukbakan
- License: mit
- Created: 2023-02-28T06:30:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T02:27:20.000Z (about 1 year ago)
- Last Synced: 2024-12-18T06:24:21.126Z (16 days ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CLI tool to create a bootpres app.
## How to use
```shell
npx create-bootpress-app your_project_name
```## Optional parameters
### **-l, --language**
*Specifies template language. Valid values are: ts, js, typescript or javascript**Examples:*
*```npx create-bootpress-app tsproject -l ts```*
*```pnpm create bootpress-app tsproject -l ts```*
*```npx create-bootpress-app jsproject --language javascript```*
## Known issues:
- Coverage for Javascript template reports always 0%## Release Notes 4.0.0:
- Added dotenv integration
- Upgraded Bootpress to version 10.0.0## Release Notes 3.2.0:
- Added unit & integration tests with mocha, chai & supertest
- Added SWC support to JS template