create-module

1.2.0 • Public • Published

create-module

NPM

Helper tool for the usual steps to create a module:

Usage

create-module <package>

Does the following work-flow:

mkdir <package>
cd <package>
# create <githubrepo> for <package> 
git init
git remote add origin <githubrepo>
echo <readme> > readme.md
npm init
git add readme.md package.json
git commit -m "initial commit"
git push origin master
# set github repo description to package.json description 

The readme.md is initialised with this template:

# <package>
[![NPM](https://nodei.co/npm/<package>.png)](https://nodei.co/npm/<package>/)
 

Readme

Keywords

Package Sidebar

Install

npm i create-module

Weekly Downloads

28

Version

1.2.0

License

MIT

Last publish

Collaborators

  • klaemo
  • finnpauls