Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unadlib/installation
An installation template tool
https://github.com/unadlib/installation
build-tool build-tools generator template-project
Last synced: 3 months ago
JSON representation
An installation template tool
- Host: GitHub
- URL: https://github.com/unadlib/installation
- Owner: unadlib
- License: mit
- Created: 2020-04-23T17:20:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:30:15.000Z (about 2 years ago)
- Last Synced: 2024-04-15T04:19:46.851Z (10 months ago)
- Topics: build-tool, build-tools, generator, template-project
- Language: TypeScript
- Homepage:
- Size: 378 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# installation
![Node CI](https://github.com/unadlib/installation/workflows/Node%20CI/badge.svg)
An installation template tool, inspired by [create-react-app](https://github.com/facebook/create-react-app).
## Usage
```sh
yarn add -D installation
# or
npm install -D installation
```## API
* `generateProject()`
TODO