Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

vivaxy/gt-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gt-npm-package

gt scaffold for npm packages

How To Use

  • Check if you have installed nodejs.
  • Check if you have installed gt.
  • Check if you have setup gt config for this scaffold. If not run gt config add vivaxy/gt-npm-package https://github.com/vivaxy/gt-npm-package.git
  • Make a directory for your new project. mkdir awesome-project;
  • Go into your project directory. cd awesome-project;
  • Run gt init
  • Select vivaxy/gt-npm-package
  • Enjoy!

How To Contribute

  • Edit codes
  • Commit your changes
  • Publish by yarn run release-gt

{{ projectName }}

[![NPM Version](http://img.shields.io/npm/v/{{ projectName }}.svg?style=flat-square)](https://www.npmjs.com/package/{{ projectName }}) [![NPM Downloads](https://img.shields.io/npm/dt/{{ projectName }}.svg?style=flat-square)](https://www.npmjs.com/package/{{ projectName }}) ![MIT License](https://img.shields.io/npm/l/{{ projectName }}.svg?style=flat-square) Conventional Commits

{{ gtAnnotation }}

Installation

npm install {{ projectName }}

yarn add {{ projectName }}

Usage

import {{ projectName }} from '{{ projectName }}';

Change Log

Change log

Contributing

Contributing

Licence

MIT