better-base-template
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "better-base-template", | ||
"version": "1.0.02", | ||
"version": "1.0.03", | ||
"description": "An awesome base-template generator.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -1,36 +0,17 @@ | ||
# Better Base Template | ||
<p align="center"> | ||
<a href="http://gulpjs.com"> | ||
<img height="501" width="668" src="https://user-images.githubusercontent.com/29531824/33809208-e259f0a6-ddfb-11e7-9ce4-e3577bceda45.png"> | ||
</a> | ||
</p> | ||
A base-template generator! | ||
## What is better-base-template? | ||
## Features | ||
- **Presets** - better-base-template is a configurable library of element styling presets. | ||
- **Optimization** - decrease page loading time, increase coding speed by using pre-coded values. | ||
- **Simplicity** - style pages, by adding classes, not writing a style code! | ||
- Base template: | ||
- Generates preset margin or padding | ||
- Generates Bootsrap like column system | ||
- Generates media-breakpoints mixin | ||
- Generates color-scheme mixin | ||
- Generates text formatting: preset* *font-size, font-weight...* | ||
- Preset base element style - **COMING SOON** | ||
## Installing | ||
## Documentation | ||
1) Install npm package. | ||
Get a full guide in [documentation for the current release](/docs/README.md). | ||
``` | ||
npm install --save-dev better-base-template | ||
``` | ||
2) Require package and pass your configuration. | ||
```javascript | ||
const baseTemplate = require('better-base-template'); | ||
let options = { /** pass your options here */ }; | ||
baseTemplate.init(options); | ||
``` | ||
3) Import generated styles in your **SCSS** | ||
```scss | ||
@import 'path/to/node_modules/better-base-template/src/base-template'; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
23923
13
18