{"id":19669069,"url":"https://github.com/aispin/fs","last_synced_at":"2025-04-29T00:30:51.009Z","repository":{"id":57098105,"uuid":"130191747","full_name":"mamboer/fs","owner":"mamboer","description":"Some useful file system utilities.","archived":false,"fork":false,"pushed_at":"2019-04-12T16:11:44.000Z","size":968,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-02T04:39:55.660Z","etag":null,"topics":["fs","fs-extra"],"latest_commit_sha":null,"homepage":"https://mamboer.github.io/fs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mamboer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-19T09:28:20.000Z","updated_at":"2019-04-12T16:08:14.000Z","dependencies_parsed_at":"2022-08-20T16:50:58.721Z","dependency_job_id":null,"html_url":"https://github.com/mamboer/fs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamboer%2Ffs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamboer%2Ffs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamboer%2Ffs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamboer%2Ffs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamboer","download_url":"https://codeload.github.com/mamboer/fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224140516,"owners_count":17262684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fs","fs-extra"],"created_at":"2024-11-11T16:38:51.853Z","updated_at":"2025-04-29T00:30:45.682Z","avatar_url":"https://github.com/mamboer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦🚀 @aotu/fs\n\nUseful file system utilities.\n\n\u003c!--- Badges for CI Builds ---\u003e\n[![Build Status](https://travis-ci.org/mamboer/fs.svg?branch=master)](https://travis-ci.org/mamboer/fs)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc05341458d04003b781d01c3e1feac8)](https://www.codacy.com/app/mamboer/fs?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=mamboer/fs\u0026amp;utm_campaign=Badge_Grade)\n[![Coverage Status](https://coveralls.io/repos/github/mamboer/fs/badge.svg?branch=master)](https://coveralls.io/github/mamboer/fs?branch=master)\n[![NPM Version Badge](https://img.shields.io/npm/v/@aotu/fs/latest.svg)](https://www.npmjs.com/package/@aotu/fs)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n\n✅ An **experimental** project applying several cool stuffs, a boilerplate for writing new NPM packages.\n\n✓ Auto-release with [semantic-release](https://github.com/semantic-release/semantic-release)\n\n✓ Fast Unit Tests with [ava](https://www.npmjs.com/package/ava)\n\n✓ Coverage with [nyc](https://www.npmjs.com/package/nyc)\n\n✓ Automated Code reviews with [codacy](https://www.codacy.com/)\n\n✓ Elegant documents via [jsdoc-to-markdown](https://www.npmjs.com/package/jsdoc-to-markdown) along with [gitbook](https://www.npmjs.com/package/gitbook-cli)\n\n✓ Scoped NPM package\n\n✓ Publish gh-pages automatically via [travis-ci](https://travis-ci.org/)\n\n✓ Semantic git commits via [semantic-git-commit-cli](https://www.npmjs.com/package/semantic-git-commit-cli)\n\n## Unit Tests\n\n```\nnpm test\n// Or the watching mode\nnpm run test1\n```\n\n## Debug\n\n1. Write a debug file at `test/debugs/your.debug.js`\n2. Run the debug command\n\n  ```\n  node --inspect-brk test/debugs/your.debug.js\n  ```\n3. Open the Chrome inspector interface\n\n  ```\n  chrome://inspect/\n  ```\n\n  You will see the files listed for inspcecting.\n\n4. Add the `fs` folder to the chrome-devtools's workspace\n\n## Docs\n\nThe documents are generated by jsdoc([jsdoc-to-markdown](https://www.npmjs.com/package/jsdoc-to-markdown)) along with gitbook([gitbook-cli](https://www.npmjs.com/package/gitbook-cli)) following this [guide](https://medium.com/@kevinast/integrate-gitbook-jsdoc-974be8df6fb3).\n\n1. Initial build\n\n  ```shell\n  npm run docs\n  ```\n\n2. Incremental build\n\n  ```shell\n  npm run docs:build\n  ```\n\n3. Watching Mode\n\n  ```shell\n  npm run docs:serve\n  ```\n\n4. Clean the generated docs\n\n  ```shell\n  npm run docs:clean\n  ```\n\n## Release\n\nThe module will be released automatically by [semantic-release](https://www.npmjs.com/package/semantic-release-cli)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faispin%2Ffs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faispin%2Ffs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faispin%2Ffs/lists"}