Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmarzban/ned-cli
Ned Library Cli
https://github.com/hmarzban/ned-cli
cli expressjs gulp ned nodejs
Last synced: 15 days ago
JSON representation
Ned Library Cli
- Host: GitHub
- URL: https://github.com/hmarzban/ned-cli
- Owner: HMarzban
- License: apache-2.0
- Created: 2018-10-03T06:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T14:43:19.000Z (over 6 years ago)
- Last Synced: 2025-01-07T03:38:08.610Z (about 1 month ago)
- Topics: cli, expressjs, gulp, ned, nodejs
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ned-cli
Ned Library Command Line interface**Ned is:** a Super Light VanilaJS library with the ability of the big frameworks for creating a single-page web Application.
It gives your application Component and Module features for longer maintainable and scalable project support without worry about the complexity of your project in the feature.**How to use Ned-cli:**
1. First of all install through npm in global: `npm i -g ned-lib-cli`
2. Then Creat your project with: `ned new NedProjec`
3. After all run your project with: `ned serve`
4. For Deploy your project run: `ned deply`### Command List:
Commend| Description
--- | ---
`ned new `| Creat new blank project, with `-r` option creat full Demo
`ned add`| Add new `route`, `component` and `module`, Base Q&A List.(just run it, you see)
`ned serve` | Run server for develope your single-page appliatcion
`ned deply` | Deploy your application for these three target: `Nginx`, `Apache` and `Node` Server.#### Develope Ned-cli
1. `git clone` ned-cli repository.
2. `npm i`
4. `npm uninstall ned-cli`
3. `npm link`
4. Ready for Develop