0.1.8 • Published 8 months ago

@vicgutt/vicinit v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Personal fun tool to quickly scaffold projects

This "project scaffolder" is meant for personal use; it contains no tests, hasn't been tested on other systems than Windows and applies my own coding conventions and styles.

Installation

Nope, not needed.

Usage

First create a folder and cd into it, then run the following command:

npx @vicgutt/vicinit

or

npx @vicgutt/vicapp

From there simply answer the questions asked and choose the template to scaffold.

Templates

Templates are simply directories of files and folders representing a project structure for a given usecase.

ts-lib

The ts-lib template is meant for creating "public TypeScript libraries that will eventually be published to the NPM registry with a MIT license".

laravel-lib

The laravel-lib template is meant for creating "public Laravel PHP libraries that will eventually be published to the Composer registry with a MIT license".

laravel-bare-app

The laravel-bare-app template is meant for creating "private Laravel PHP applications, without any defined front-end framework and with a proprietary license".

Contributing

If you're interested in contributing to the project, please read our contributing docs before submitting a pull request.

License

The MIT License (MIT). Please see License File for more information.

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago