nuttin

0.0.4 • Public • Published

Installation

To get up and running with the framework, it will only take 5 minutes to setup.

Firstly, make sure you have these dependencies installed:

  1. Git
  2. Node.js

With Git installed, clone the stash repo:

git clone http://username@stash.ht.powa.com/scm/pwt/toolkit.git

Then enter the repo folder:

cd toolkit

Global packages

We now need to install Gulp and Bower as global dependencies:

npm install -g gulp bower

Framework packages

We now need to install the node & bower packages relevant to the framework. All you need to do is run

npm install -g gulp bower

What's included

├── framework/
│   ├── components/
│       ├── _banners.scss
│       ├── _buttons.scss
│       ├── _cards.scss
│       ├── _footers.scss
│       ├── _grids.scss
│       ├── _headers.scss
│       ├── _inputs.scss
│       ├── _layouts.scss
│       ├── _links.scss
│       ├── _navigations.scss
│       ├── _utilities.scss
├── sites/
│   ├── client/
│        ├── static/
│            ├── dist/
│            │    ├── css/
│            │    │   ├── client-print.min.css
│            │    │   ├── client.min.css
│            │    ├── images/
│            │    │   ├── logo.png
│            │    ├── js/
│            │        ├── client.min.js
│            │        ├── jquery.min.js
│            │        ├── modernizr-client.min.js
│            │        ├── packages.min.js
│            ├── styles/
│            │    ├── index.scss
│            ├── js/
│            │    ├── index.js
│            ├── images/
│            │    ├── logo.png
├── gulpbundle.js
├── gulpfile.js

Dependencies (16)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nuttin

    Weekly Downloads

    0

    Version

    0.0.4

    License

    ISC

    Last publish

    Collaborators

    • unsplit