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

bootstrap-corcoran

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-corcoran

corcoran blue sharp theme

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Bootstrap 4 for Corcoran

Includes Bootstrap 4 and Corcoran's bootstrap themes

Installation

npm install @justindavidross/bootstrap-corcoran

Usage

Include Bootstrap and Bootstrap Corcoran Blue theme

In app.scss file ...

@import 'node_modules/bootstrap-corcoran/bootstrap-corcoran-blue.scss';

Then include app.scss in the top level of your app.

Include Only Bootstrap

In app.scss file ...

@import 'node_modules/bootstrap-corcoran/bootstrap/scss/bootstrap.scss';

Then include app.scss in the top level of your app.

Modifying the NPM Package

  • Checkout this repoitory

  • cd into directory

  • Create a new branch, make your changes, push changes to new branch

  • Create a PR for your changes into master

  • Get the code reviewed

  • Merge into master after approval

  • Locally, checkout your master branch and get latest changes

  • run the following command: npm version [patch, minor, or major] -m "Creating new version %s" Example:

npm version patch -m "Version %s for whatever the reason is for changing"

This modifies the package.json.

  • run the following command:

git push origin master --tags

  • npm publish

Tests

npm test

Contributing

Keywords

corcoran

FAQs

Package last updated on 31 Oct 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