Skip to content

quackingduck-archive/packagify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#####    ##    ####  #    #   ##    ####  ###### # ###### #   #
#    #  #  #  #    # #   #   #  #  #    # #      # #       # #
#    # #    # #      ####   #    # #      #####  # #####    #
#####  ###### #      #  #   ###### #  ### #      # #        #
#      #    # #    # #   #  #    # #    # #      # #        #
#      #    #  ####  #    # #    #  ####  ###### # #        #

Convert a node module written as a single file to one that can be versioned and distributed as a package.

Install

npm install -g packagify

Create some module file

touch my-module.js

Make it a package

packagify my-module.js

Boom:

my-module/
├── LICENSE
├── README.md
├── index.js
├── package.json
└── test.js

About

Module file to module package (for node.js)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages