Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mstrlaw/noodle
- Owner: mstrlaw
- Created: 2019-04-21T20:42:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T11:55:08.000Z (over 5 years ago)
- Last Synced: 2024-04-23T05:19:51.193Z (8 months ago)
- Topics: nodejs, npm
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.