https://github.com/bryant-the-coder/generator-html-scss-js-2
https://github.com/bryant-the-coder/generator-html-scss-js-2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryant-the-coder/generator-html-scss-js-2
- Owner: bryant-the-coder
- License: other
- Created: 2021-12-01T04:03:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:10:49.000Z (over 3 years ago)
- Last Synced: 2025-02-12T16:19:11.961Z (over 1 year ago)
- Language: JavaScript
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-html-scss-js-2
- This is for anyone who wanna use this for web development
- This package includes languages such as `scss`, `js` and `html`
## Info
Generator-html-scss-js is being depreceated. Thiss is the **SUCCESSOR** of that generator. Please install this.
## 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-2
```
> Install `yo` one time only
Then generate a new project in your respective directory:
```bash
yo html-scss-js-2
```
## Folder structure
```bash
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-2 -g`
- If you encounter any issue, please file an issue at the repo :)
- Pull request is always welcome :D