Skip to content

massimo-cassandro/minimo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimo

My light framework + utilities

Install

npm i @massimo-cassandro/minimo

# optional:
npm i -D @massimo-cassandro/eslint-config
npm i -D @massimo-cassandro/stylelint-config

Note: minimo is designed to be used with WebPack using the configuration you can find in the starter-kit folder of this repository. If changes are made (for example, to how SVG files are imported), things may not work as expected.

For a complete install of all required webpack modules, use the install script at ./dev-tools/starter-kit/starter-install.sh launching:

zsh ./node_modules/@massimo-cassandro/minimo/dev-tools/starter-kit/starter-install.sh

To bootstrap a project before installing the whole package, download only the starter-kit folder from the npm tarball and run the script from there:

curl -sL "$(npm view @massimo-cassandro/minimo dist.tarball)" | tar xz package/dev-tools/starter-kit
zsh package/dev-tools/starter-kit/starter-install.sh
rm -rf package

Dev Tools

The dev-tools directory contains a set of standalone Node.js CLI utilities for managing a web project — updating dependencies, bumping the version and changelog, and generating/optimizing SVG icons and favicons. They are published as part of the minimo package and exposed via the bin entries in package.json (update-version, upd@m, svgIconsTools, create-favicons); see the Dev Tools README for the full list and usage.

Docs & Demo

Docs

Demo

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors