1.0.0 • Published 6 years ago

ez-npm-template v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ez-npm-template

Build Status

easy way to create npm package for templates

Instalation

npm i ez-npm-template -g

Usage

  • go to your project folder

  • create template module "package":

    generate package    

note: don't forget delete folders like "node_modules", ".git" etc.

  • go to package folder

     cd package
     
  • add info in package.json

     npm init
  • write tests, add readme, gitignore etc

  • and publish your template

     npm login
     npm publish

dependences

  • Node.js
  • npm

example

react-simple-template

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago