milligram / milligram-cli

A cli tool for getting started with Milligram.

Home Page:https://milligram.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Milligram - A minimalist CSS framework

A cli tool for getting started with Milligram.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! Only 2kb gzipped! It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!

Getting Started

Install with npm

$ npm install -g milligram-cli

Install with Yarn

$ yarn global add milligram-cli

Run with npx (without installing)

$ npx milligram-cli [<command>] [<options>]

Usage

$ milligram --help

  Usage:

    $ milligram [<directory>] [<options>]

  Options:

    -h, --help              Display help information
    -v, --version           Output version

  Examples:

    $ milligram my_milligram_app # default: milligram_app

Now, create a new Milligram app using the command $ milligram, then install dependencies and run with npm run start.

Available Commands

  • npm run start - starts the development server with hot reloading enabled
  • npm run build - generates the distribution files
  • npm run lint - check with code linter
  • npm run test - start the test runner

Table of Contents

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.

About

A cli tool for getting started with Milligram.

https://milligram.io

License:MIT License


Languages

Language:JavaScript 100.0%