https://github.com/harry-hopkinson/create-solid-app
CLI to create a new Solid Application.
https://github.com/harry-hopkinson/create-solid-app
hacktoberfest hacktoberfest-accepted hacktoberfest2022
Last synced: 9 months ago
JSON representation
CLI to create a new Solid Application.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/create-solid-app
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-06-04T20:15:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T03:11:31.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:44:30.922Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-solid-app
- Size: 1.79 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Scaffold a Solid App
## Usage
For one time use of the command, run the following command:
```shell
npx create-solid-app
```
To install the command globally, run the following command:
```shell
npm install -g create-solid-app
create-solid-app
```
## Contributing
Check out the [CONTRIBUTING.md](CONTRIBUTING.md)