1.0.3 • Published 2 years ago

knit-init v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

knit-init

Set up a Roblox Knit project with VS Code Snippets by running one single command

Why Node.js

One simple answer. I'm noob, idk how to make cli tools using Rust or something else

Installation

Prerequisites

Make sure you have these installed

To install Node.js or Rust, Just search in Google how to do it!

To install Foreman and Wally, Make sure that you have install Rust and Cargo Package manager and then run this

cargo install foreman wally

NOTE: Cargo should be installed with Rust by default

Install knit-init

Install knit-init as npm global package

npm install -g knit-init

and this command will stay with you forever (unless you uninstall it 🙂)

knit-init

How to use it

Just run this one simple command and it will ask you some questions

knit-init

or you can run it with some arguments

knit-init [project_name]
  • Project name Your project name (Default: my-knit-project)
  • Template Template to use, see Templates for more infomation (Default: Base)

Templates

You can see templates in this repository branches. These are available templates that you can use.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago