subsembly init
Initialising new Subsembly project
Overview
Syntax
subsembly init [to]Parameters
Examples
# With specified path
$ subsembly init --to=./new-sub
# Without specified path (initializes into the current directory)
$ subsembly init$ ls
LICENSE assembly package.json
Makefile yarn.lockLast updated