0.1.16 • Published 3 years ago

@muffin-dev/init v0.1.16

Weekly downloads
230
License
ISC
Repository
gitlab
Last release
3 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

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.15

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago