create-small-module

Functional opinionated template generation for small modules

Usage no npm install needed!

<script type="module">
  import createSmallModule from 'https://cdn.skypack.dev/create-small-module';
</script>

README

create-small-module

NPM version Dependency Status License Js Standard Style

Functional opinionated template generation for small modules.

Installation

$ npm install -g create-small-module

Example

$ create-small-module ./config.json ./dest

config.json:

{
  "name": "a-module",
  "author": {
    "username": "queckezz",
    "fullname": "Fabian Eichenberger",
    "email": "fabian.eichenberger@gmail.com"
  },
  "description": "test package created using create-small-module",
  "keywords": ["some", "random", "keywords"],
  "license": "MIT"
}

Tests

> npm test

License

MIT