https://github.com/fadilxcoder/makefile
Makefile linux CLI
https://github.com/fadilxcoder/makefile
linux poc tools
Last synced: 9 months ago
JSON representation
Makefile linux CLI
- Host: GitHub
- URL: https://github.com/fadilxcoder/makefile
- Owner: fadilxcoder
- Created: 2021-06-09T18:02:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T15:46:07.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T04:01:59.935Z (11 months ago)
- Topics: linux, poc, tools
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTES
- Use `@` to supress display in terminal
- Use `tabs` for indentation
- Using `.env` for configuration
- `.PHONY` specify the targets that are not files (prevent same file name issues)
# Usage
- `make install` - Installation process
- `make launch` - Launching for web browser - *App running on IP : 127.0.0.1:8588*
- `make clean` - Remove app
# Availables commands :
- - `make install` - Combining `git composer npm assets`
- - `make git` - Cloning repo & removing unwanted files/folders
- - `make npm` - Installing node packages
- - `make composer` - Installing php packages
- - `make assets` - Building the assets for `dist` folder
- - `make clean` - Delete repo and clean environment
- - `make launch` - Launch the application on specified IP