0.1.16 • Published 4 years ago

@muffin-dev/init v0.1.16

Weekly downloads
230
License
ISC
Repository
gitlab
Last release
4 years ago

Muffin Dev for Node - Init, the project initializer

Init is a tool for generating Node projects (apps or packages) with the configurations used on several Muffin Dev projects.

It also setups configurations for several use cases:

  • Prepare an app or web worker project for Heroku deployment
  • Prepare an app project for Surge deployment
  • Prepare a package for browser usage with rollup
  • Add an executable for a package (and provide CLI tools by installing commander)
  • Setup Typescript or let you develop with vanilla JS
  • Setup ES Lint
  • Initialize a Git repository

Note that this tool is perfect for my development process. But feel free to contact me for any additional operations that can suits your needs! ;)

Installation & user guide

You can use it without installing the module using npx:

npx @muffin-dev/init

Or you can install it globally using npm, then run it with the init command:

npm i -g @muffin-dev/init
init

And then... just answer the questions!

Options

You can also pass the project path to the @muffin-dev/init command directly, so it will skip the first question:

npx @muffin-dev/init /path/to/project
0.1.16

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.15

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago