Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mstrlaw/noodle

Node.js project scaffolding CLI tool.
https://github.com/mstrlaw/noodle

nodejs npm

Last synced: 2 days ago
JSON representation

Node.js project scaffolding CLI tool.

Awesome Lists containing this project

README

        

noodle
======

A Node.js project scaffolding CLI tool using [oclif](https://github.com/oclif/oclif)

# Usage
Create new project (no name param defaults to folder/pkg name _new_project_)
```
noodle --name
```

After that, `cd` into the folder and run `npm i` to install dependencies.