flystyles
Advanced tools
Comparing version 0.0.5 to 1.0.0
{ | ||
"name": "flystyles", | ||
"description": "Flywire CSS Styles Framework", | ||
"description": "Flywire UI Framework", | ||
"main": [ | ||
"dist/main.css", | ||
"dist/main.js", | ||
"src/main.scss", | ||
"src/**/*.scss", | ||
"src/**/*.js" | ||
"dist/**/" | ||
], | ||
"authors": [ | ||
"Javier <javier.arques@peertransfer.com>" | ||
"Javier Arques <javier.arques@peertransfer.com>" | ||
], | ||
@@ -14,0 +10,0 @@ "license": "ISC", |
@@ -22,5 +22,10 @@ --- | ||
```bash | ||
npm install git+ssh@github.com:peertransfer/flystyles.git#v0.0.1 | ||
npm install flystyles | ||
``` | ||
### yarn | ||
```bash | ||
yarn add flystyles | ||
``` | ||
### rails | ||
@@ -58,3 +63,4 @@ | ||
First go to `/docs` folder and install jekyll: | ||
Docs are made using [Jekyll](https://jekyllrb.com/). | ||
To install Jekyll: | ||
@@ -65,3 +71,3 @@ ```bash | ||
To create the build files (in `/dist` folder) execute: | ||
To create the build files (in `/docs/dist` folder) execute: | ||
@@ -102,7 +108,7 @@ ```bash | ||
To run the server, execute in `/docs` folder: | ||
To run the server, execute: | ||
```bash | ||
npm install | ||
npm run serve | ||
npm run docs | ||
``` | ||
@@ -112,11 +118,4 @@ | ||
For the moment, the project is hosted on Netlifly [flystyles.netlify.com](http://flystyles.netlify.com/). To deploy the build files, you have to create an account in Netlifly, install `netlify-cli` and deploy: | ||
Deployed to Github Pages. | ||
```bash | ||
npm install netlify-cli -g | ||
cd docs/ | ||
netlify deploy dist | ||
``` | ||
## Architecture | ||
@@ -138,8 +137,2 @@ | ||
| | ||
|β components/ | ||
| |β _buttons.scss # Buttons | ||
| |β _carousel.scss # Carousel | ||
| |β _cover.scss # Cover | ||
| |β _dropdown.scss # Dropdown | ||
| β¦ # Etc. | ||
| | ||
@@ -157,2 +150,8 @@ |β utilities/ | ||
| | ||
components/ | ||
| | ||
| |β button/_button.scss # Buttons | ||
| |β grid/_grid.scss # Grid | ||
| β¦ # Etc. | ||
- _config.scss # Flystyles variables | ||
@@ -159,0 +158,0 @@ β main.scss # Main Sass file |
{ | ||
"name": "flystyles", | ||
"version": "0.0.5", | ||
"description": "Flywire CSS Framework", | ||
"version": "1.0.0", | ||
"description": "Flywire UI Framework", | ||
"author": "Javier Arques <javier.arques@flywire.com>", | ||
"style": "dist/main.css", | ||
"sass": "src/index.scss", | ||
"style": "dist/flystyles.css", | ||
"sass": "src/flystyles.scss", | ||
"main": "./dist", | ||
"scripts": { | ||
"css:build": "node_modules/.bin/node-sass src/scss/flystyles.scss dist/flystyles.css", | ||
"css:build": "node_modules/.bin/node-sass src/flystyles.scss dist/flystyles.css", | ||
"css:autoprefix": "node_modules/.bin/postcss --use autoprefixer -o dist/flystyles.css dist/flystyles.css", | ||
"css:minify": "node_modules/.bin/cleancss -o dist/flystyles.min.css dist/flystyles.css", | ||
"build": "npm run css:build && npm run css:autoprefix && npm run css:minify" | ||
"build": "npm run css:build && npm run css:autoprefix && npm run css:minify", | ||
"docs": "node docs.js" | ||
}, | ||
@@ -19,3 +20,2 @@ "repository": { | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
@@ -27,5 +27,9 @@ "bugs": { | ||
"devDependencies": { | ||
"autoprefixer": "^6.5.1", | ||
"browser-sync": "^2.16.0", | ||
"child_process": "^1.0.2", | ||
"clean-css": "^3.4.19", | ||
"node-sass": "^3.8.0" | ||
"node-sass": "^3.8.0", | ||
"postcss-cli": "^2.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
474696
4472
0
0
6
90
2