https://github.com/bryant-the-coder/generator-html-scss-js
https://github.com/bryant-the-coder/generator-html-scss-js
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryant-the-coder/generator-html-scss-js
- Owner: bryant-the-coder
- License: other
- Created: 2021-10-14T00:15:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:22:24.000Z (over 3 years ago)
- Last Synced: 2025-09-15T12:42:26.025Z (11 months ago)
- Language: JavaScript
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-html-scss-js
- This is for anyone who wanna use this for web development
- This package includes languages such as `scss`, `js` and `html`
## Request
Please help me in solving this problem. The problem is that when I or you install the generator. No package-lock.json is being installed. If anyone out there in the community can help, please make a pull request or an issue in the repository. Thanks in advance. 😅
## Installation
First, install [Yeoman](http://yeoman.io) and generator-html-scss-js using [npm](https://www.npmjs.com/) (I assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-html-scss-js
```
> Install `yo` a time only
Then generate a new project in your respective directory:
```bash
yo html-scss-js
```
## Folder structure
```bash
generator-html-scss-js
├─ .editorconfig
├─ .eslintignore
├─ .git
├─ .gitattributes
├─ .gitignore
├─ .travis.yml
├─ generators
│ └─ app
│ ├─ index.js Main process happend
│ └─ templates
│ ├─ .gitignore
│ ├─ app
│ │ ├─ js
│ │ │ └─ script.js
│ │ └─ scss
│ │ ├─ style.scss
│ │ └─ _variables.scss
│ ├─ gulpfile.js Compile scss-css, copy files to their own dir
│ ├─ index.html
│ ├─ package-lock.json
│ ├─ package.json
│ └─ _gitignore
├─ LICENSE
├─ package-lock.json
├─ package.json
├─ README.md
└─ __tests__
└─ app.js
```
## Friendly Reminder
- If you want to update to a newer version, please check the github repo to check whether are there any problems.
- Please update the package every month. Run `npm update generator-html-scss-js -g`
- If you encounter any issue, please file an issue at the repo :)
- Pull request is always welcome :D