New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

generator-gramex

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-gramex

A boilerplate to start using Gramex

latest
npmnpm
Version
1.2.1
Version published
Maintainers
2
Created
Source

Setup

Install node.js. Then run:

npm install bower yo generator-gramex

Usage

In any directory, run:

yo gramex

... and answer the questions.

Development

To set up, clone this repository. Then, from that directory, run:

npm install -g bower yo
npm install
npm link

To release, change the "version" string in package.json to "x.x.x", commit and tag:

git commit -m"Summarise features added in this version"
git tag -a vx.x.x -m"one-line summary of features"

Or, you can use npm version patch which automatically does the above. Then:

git push --follow-tags

# This should be published as sanand0
npm publish

Automated unit tests are pending.

Keywords

component

FAQs

Package last updated on 05 Jul 2017

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