Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from Neverbland/feature/neverbuild-v2
Browse files Browse the repository at this point in the history
neverbuild v2
  • Loading branch information
Adrien Grsmto authored Oct 17, 2016
2 parents f932c2c + 60d6cf7 commit 3f79f44
Show file tree
Hide file tree
Showing 57 changed files with 2,217 additions and 666 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.DS_Store
# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build

# misc
.DS_Store
npm-debug.log
32 changes: 0 additions & 32 deletions .jscsrc

This file was deleted.

4 changes: 1 addition & 3 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ linters:

DuplicateProperty:
enabled: true
exclude:
- bower_components/**/*.scss

EmptyLineBetweenBlocks:
enabled: false
Expand All @@ -38,7 +36,7 @@ linters:

Indentation:
enabled: true
width: 4
width: 2

LeadingZero:
enabled: true
Expand Down
34 changes: 13 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
# NEVERBUILD generator
# Neverbuild V2

[Yeoman](http://yeoman.io) generator that scaffolds out a front-end web app.
Kickstarts a new React app

## Features

* Grunt
- Automagically compile your SCSS
- Image optimization
* libsass
* Bourbon for Sass - A simple and lightweight mixin library for SASS
* Neat for Bourbon - A lightweight semantic grid framework for SASS and Bourbon
* jQuery
* Basic .editorconfig file for consistency across editors/IDEs
* jscsrc and scss-lint rules
* React
* React Router
* Webpack
* SCSS

For more information on what `generator-neverbuild` can do for you, take a look at the [Grunt tasks](https://github.com/vslio/generator-neverbuild/blob/master/app/templates/_package.json) used in the `package.json`.


## Getting Started

- Install: `npm install -g generator-neverbuild`
- Create project directory and cd into it: `mkdir project-name && cd $_`
- Run: `yo neverbuild`
- Run `grunt` for building & watch + compile your SCSS files
## Getting started

- Install: `npm install`
- Start dev: `npm start`
- Production build: `npm run build`

## License

[MIT license](http://opensource.org/licenses/MIT)
[MIT license](http://opensource.org/licenses/MIT)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
56 changes: 0 additions & 56 deletions app/index.js

This file was deleted.

95 changes: 0 additions & 95 deletions app/templates/_Gruntfile.js

This file was deleted.

30 changes: 0 additions & 30 deletions app/templates/_editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions app/templates/_gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions app/templates/_index.html

This file was deleted.

32 changes: 0 additions & 32 deletions app/templates/_jscsrc

This file was deleted.

Loading

0 comments on commit 3f79f44

Please sign in to comment.