foxtail-hello-world

0.1.0 • Public • Published

foxtail-hello-world

npm install --save foxtail-hello-world

USAGE

Add json at project root directory.

["foxtail-hello-world"]

And load plugin in index.js

fox.loadNpmScript(Path.resolve(__dirname, 'fox.json'))

Development

# watch
npm run watch
# build
npm run build
# test
npm test

How do I run test?

Create file: config.json at the root of the plugin folder. like this.

{
  "consumer_key": "...",
  "consumer_secret": "...",
  "access_token": "...",
  "access_token_secret": "..."
}

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i foxtail-hello-world

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • akameco