Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoksel/project-scaffold
My simple scaffold for small projects
https://github.com/yoksel/project-scaffold
Last synced: about 1 month ago
JSON representation
My simple scaffold for small projects
- Host: GitHub
- URL: https://github.com/yoksel/project-scaffold
- Owner: yoksel
- Created: 2016-04-01T15:30:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T12:53:11.000Z (over 3 years ago)
- Last Synced: 2024-11-06T00:06:14.312Z (3 months ago)
- Language: SCSS
- Homepage: http://yoksel.github.io/project-scaffold/
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project scaffold
My simple scaffold for small projects.
Curently project under construction.## Usage
**★ Run & watch**
Run server and watch changes in HTML, CSS and JS files.
`npm start`
**★ Optimize images**
Images (.jpeg, .png, .svg) will taken from `src/img`, optimized and placed to `assets/img`.
`npm run img`
**★ Build project**
Copy HTML-files and `assets/` to `build/`.
`npm run build`
**★ Deploy**
Publish project to GithubPages.
`npm run deploy`
**★ Check**
Check files with editorconfig-tools.
`npm run check`
**★ Fix**
Fix files with editorconfig-tools.
`npm run fix`