Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-matise

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-matise

Matise Project setup generator

  • 4.9.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Generator-matise

npm version

Yeoman generator for matise projects

Getting Started

  • npm install -g generator-matise
  • mkdir [new project]
  • cd [new dir]
  • yo matise

Angular

  • npm install
  • npm run dev

of

  • npm install
  • grunt

Wordpress

  • CHANGE vagrant IP in Vagrantfile!!!!!
  • vagrant up
  • composer install
  • npm install
  • npm run dev
Font generation

In order to be able to generate icon fonts and webfonts from ttf/otf.

  • brew install batik fontforge ttfautohint ttf2eot
  • Generate icons: grunt icons
  • Convert fonts: grunt fonts
Vagrant Database creds

powered by: https://box.scotch.io/

  • User: root
  • Pass: root
  • DB: scotchbox
  • Host: [vagrant ip]

Releasing new version

  • npm login
  • commit new code
  • npm version <update_type> (update type can be: patch, minor, major)
  • npm publish

If not on a npm registered machine yet

https://docs.npmjs.com/getting-started/publishing-npm-packages

References (Inspiration)

Keywords

FAQs

Package last updated on 14 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc