A cli tool for getting started with Milligram.
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!
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>]
$ 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
.
npm run start
- starts the development server with hot reloading enablednpm run build
- generates the distribution filesnpm run lint
- check with code linternpm run test
- start the test runner
- Getting Started
- Typography
- Blockquotes
- Buttons
- Lists
- Forms
- Tables
- Grids
- Code
- Utilities
- Tips
- Browser Support
- Examples
Want to contribute? Follow these recommendations.
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.