Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

generator-kyper-library

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-kyper-library

Starting place for ESNext library. Uses webpack run through npm scripts to build.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

generator-kyper-library

NPM version Build Status Dependency Status npm downloads license code-style

Starting place for ESNext libraries using Webpack

Installation

First, install Yeoman and generator-kyper-library using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-kyper-library

Then generate your new project:

yo kyper-library

Tests

npm run test - run tests npm run test:cov - run tests and generate coverage

Travis

Visit travis to enable your gihub repo. Builds settings can be changed in .travis.yml

Deployment

AWS S3

Selecting AWS S3 from the deploy options when running the generator adds deploy configs in .travis.yml.

  • Get your AWS Key and Secret from the AWS Console Credentials page
  • Set the following environment vars within the Travis-CI repo settings page:
  • AWS_KEY - Your AWS key
  • AWS_SECRET - Your AWS secret
  • S3_BUCKET - Your S3 Bucket

Code Climate

Visit code climate dashboard to enable codeclimate for your repo on Github. Coverage will be sent automatically by Travis.

Get the key from the settings->coverage page and place it in Travis environment variable as CODE_CLIMATE

License

MIT © Scott Prue

Keywords

es6

FAQs

Package last updated on 07 Mar 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