Skip to content

haoadoreorange/ayli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Yarn-Like Init

Installation

git clone https://github.com/haoadoreorange/ayli.git "$HOME"/.ayli && bash "$HOME"/.ayli/install.sh

Include "$HOME"/.local/bin in your PATH if not yet.

Usage

ayli <template> <destination>

OR

ayli <destination> // use default template

OR

ayli // use default template & prompt for destination

with

<template> name of the dir being used as a template in templates/.

<destination> path to the new package folder.

Alias

You can define alias by creating files in alias dir, for example a file named default containing ts-node define an alias from default -> ts-node.

In fact this is how the default template is defined.

config file

You can put package informations in a config file to be used automatically, for example

REPOSITORY=https://github.com/
AUTHOR=someone

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published