Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
/ ez-npm-template Public archive

easy way to create npm package for templates

License

Notifications You must be signed in to change notification settings

zhelvis/ez-npm-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

easy way to create npm package for templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published