Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 452 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 452 Bytes

@kickoff/welcome.js

A JS console welcome message for the Kickoff framework

The content below is printed to the javascript console


 ❯  KICKOFF - http://trykickoff.com  ❯

Install

npm install -S @kickoff/welcome.js

or

yarn add @kickoff/welcome.js

Usage

import '@kickoff/welcome.js'; // ES6

// or

require('@kickoff/welcome.js'); // CommonJS

Made by Z&er ⚡