1.0.1 • Published 8 years ago

@sane/fsx v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

@sane/fsx

Promisified TypeScript file-system extras.

Install

npm install @sane/fsx --save

Api

Gotta readsrc/index.ts for now.

Example

// TODO!

Compatibility

  • Requires Node >= v0.4.0

Release

  1. Bump up the version number in package.json
  2. Add a section for the new release in CHANGELOG.md
  3. Run prepublish and test npm scripts
  4. Commit
  5. Create a git tag for the new release and push it
  6. Run npm publish