Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weebnetsu/gmss
Just a General Meteorjs Setup Script
https://github.com/weebnetsu/gmss
meteor mui react setup
Last synced: 12 days ago
JSON representation
Just a General Meteorjs Setup Script
- Host: GitHub
- URL: https://github.com/weebnetsu/gmss
- Owner: WeebNetsu
- License: mit
- Created: 2022-05-18T18:49:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T14:07:18.000Z (over 2 years ago)
- Last Synced: 2024-10-11T03:40:18.865Z (about 1 month ago)
- Topics: meteor, mui, react, setup
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GMSS
Just a General Meteorjs Setup ScriptThis script was made to make the meteor app setup less copy/paste, with just one command you can add react-meteor-data, accounts-password, remove the insecure packages and optionally add mobile support.
Note: All values after project name can be in any order.
### Examples
```shell
# example 1
./meteor-setup.sh my-app# example 2
./meteor-setup.sh my-app mobile
# above will add mobile support ontop of the normal app# example 3
./meteor-setup.sh my-app mobile templated no-typescript
# will generate a project with MUI and no TypeScript
```