1.0.3 • Published 10 years ago

starterized v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Starterized Command Line Interface

Easily work and scaffold starterized project.

Required software

  • Node
  • Compass

Installation

$ npm install -g starterized

Usage

  • Initialize a new project with starterized files and structure.

    $ starterized init

  • Start from foundation of our modules by installing what you need for your project or module.

    $ npm install --save starterized-core starterized-grid

    And importing them inside your index sass file.

    @import 'starterized-core/index'; @import 'starterized-grid/index';

  • We encourage you to build your foundation of modules and be modular.

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago