@manukpl/create-typonaut
v1.2.0
Published
CLI project to initialize typescript repositories
Downloads
4
Readme
create-typonaut
This project is a cli tool aiming to provide a boilerplate for a nodejs & typescript development project.
Usage
WIP.
Options
--name=<my-name>(shortcut-n): name of the project (package.json + created directory)--git=<true|false>(shortcut-g,trueif no value): initialize git inside new directory
Exemple usage
yarn create @manukpl/typonaut -n project-api -g will create a new directoy ./project-api with the full template & initiaze git (no initial commit though)
