https://github.com/yei-linux/gamiadminback
https://github.com/yei-linux/gamiadminback
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yei-linux/gamiadminback
- Owner: Yei-Linux
- Created: 2022-07-17T17:58:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T21:22:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T08:35:38.681Z (over 1 year ago)
- Language: HTML
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
- npm run serve: Need to pass an stage parameter like this:
```
npm run serve --stage=development
npm run serve --stage=production
npm run serve --stage=test
```
- npm run mongo:windows:create-migration-file: Script for windows user.Need to pass a filename parameter like this:
```
npm run mongo:windows:create-migration-file -- filename
npm run mongo:windows:create-migration-file -- create_tags
```
- npm run mongo:windows:run-migration-file: Script for windows user
```
npm run mongo:windows:run-migration-file
npm run mongo:windows:run-migration-file
```
# Tools:
- Cross-env: Passing environment variables by parameter with the goal to avoid conflicts across os
- Scripty: Passing variables by parameter with the goal to use with parameter in our commands.