Skip to content

Add init and new commands #10

@fwcd

Description

@fwcd

It would be cool to have an init command for dotpkg, roughly analogous to npm init that generates a template dotpkg.json for the user in the current directory.

Similarly, a new command that takes a name for a new dotpkg in a corresponding subdirectory like stack new, would be convenient.

dotpkg new my-package should be equivalent to (mkdir my-package && cd my-package && dotpkg init).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions