Socket
Socket
Sign inDemoInstall

ns-tools

Package Overview
Dependencies
16
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ns-tools

Convenience Tools for working with NativeScript


Version published
Weekly downloads
4
Maintainers
1
Install size
2.42 MB
Created
Weekly downloads
 

Readme

Source

NativeScript Tools

Convenience Tools for working with NativeScript

Install

npm install -g ns-tools

Usage

  Usage: nst [options] <cmd> <subCmd> [param...]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    --css              Create CSS file only
    --js               Create JS file only
    --xml              Create XML file only
    --force-overwrite  Force overwrite existing files. !!USE WITH CAUTION!!

Create new controller

nst create controller test/newpage

Results:

  Created: test/newpage.js
  Created: test/newpage.css
  Created: test/newpage.xml

FAQs

Last updated on 10 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc